blob: afe13ce3d97b7c7f88c7b662383e6bb0c92f5751 [file] [log] [blame]
{
"name": "EZKit",
"version": "0.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iphone5s/EZKit",
"authors": {
"Ezreal": "453742103@qq.com"
},
"summary": "EZKit for ios",
"source": {
"git": "https://github.com/iphone5s/EZKit.git",
"tag": "0.0.1"
},
"source_files": "EZKit/EZKit/**/*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"FCUUID": [
],
"pop": [
],
"Reachability": [
],
"MBProgressHUD": [
"~> 0.9.2"
],
"YTKNetwork": [
]
},
"subspecs": [
{
"name": "SafeCore",
"source_files": "EZKit/EZKit/SafeCore/SafeCore/*"
},
{
"name": "SafeMRC",
"requires_arc": false,
"compiler_flags": "-ObjC",
"dependencies": {
"EZKit/SafeCore": [
]
},
"source_files": "EZKit/EZKit/SafeCore/MRC/*"
}
]
}