diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93a6bfd --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +build/ +**/build +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +*.hmap +*.ipa +*.xcuserstate +.DS_Store +*.DS_Store +**/.DS_Store +**/xcuserdata +**/DerivedData + +# emacs backup files +*~ + +# CocoaPods +Pods +Podfile.lock \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/WlianWorld.podspec.json b/WlianWorld.podspec.json new file mode 100644 index 0000000..9ef2505 --- /dev/null +++ b/WlianWorld.podspec.json @@ -0,0 +1,45 @@ +{ + "name": "WlianWorld", + "version": "1.0", + "summary": "WlianWorld", + "description": "WlianWorld, 微连天下", + "homepage": "http://www.xiaoyu.com", + "license": "MIT", + "authors": { + "haha": "736139669@qq.com" + }, + "source": { + "git": "git@github.com:wu736139669/WlianWorld.git" + }, + "platforms": { + "ios": "7.0" + }, + "source_files": [ + "WlianWorld/Model/*.{h,m}", + "WlianWorld/Util/*/*.{h,m}", + "WlianWorld/View/*/*/*.{h,m}", + "WlianWorld/Config/*/*/*/*.{h,m}", + "WlianWorld/ViewModel/*.{h,m}" + ], + "resources": [ + "WlianWorld/Resources/*.{xib,json,png,jpg,gif,js}", + ], + "requires_arc": true, + "dependencies": { + "Reachability":[], + "SDWebImage":[], + "DTCoreText":[], + "STableViewController":[], + "MBProgressHUD":[], + "AFNetworking":[], + "Mantle":[], + "Godzippa":[], + "SecureUDID":[], + "EGOCache":[], + "MJRefresh":[], + "SVWebViewController":[], + "ReactiveCocoa":[], + "IQKeyboardManager":[], + } + +} \ No newline at end of file diff --git a/WlianWorld.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate b/WlianWorld.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate index 9d215b7..791d64e 100644 Binary files a/WlianWorld.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate and b/WlianWorld.xcworkspace/xcuserdata/xmfish.xcuserdatad/UserInterfaceState.xcuserstate differ