This commit is contained in:
wushenghua
2016-01-20 15:14:44 +08:00
parent 3089f68595
commit 62ea3441a1
4 changed files with 73 additions and 0 deletions
+28
View File
@@ -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
View File
+45
View File
@@ -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":[],
}
}