mirror of
https://github.com/wu736139669/WlianWorld.git
synced 2026-08-05 06:23:44 +00:00
pod
This commit is contained in:
+28
@@ -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
|
||||
@@ -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":[],
|
||||
}
|
||||
|
||||
}
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user