blob: 971936ca8b17b0e850df5130a8f47a94a2f1cf58 [file] [log] [blame]
{
"name": "OZDemo",
"version": "0.0.1",
"summary": "项目的初始化",
"description": "框架的搭建,添加常用的第三方库",
"homepage": "https://github.com/OwenJoe/OZDemo.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"futureliving": "futureliving@126.com"
},
"source": {
"git": "https://github.com/OwenJoe/OZDemo.git",
"tag": "0.0.1"
},
"source_files": "OZDemo/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.0.15"
],
"MJRefresh": [
"~> 3.1.15.3"
],
"SDWebImage": [
"~> 4.4.0"
],
"Masonry": [
"~> 1.1.0"
],
"IQKeyboardManager": [
"~> 6.0.3"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"FMDB": [
"~> 2.7.2"
],
"YTKNetwork": [
"~> 2.0.4"
]
}
}