blob: b1e307c3c5a8bbf54aabb58839eeb96a3f9937e4 [file] [log] [blame]
{
"name": "CNNCommonResource",
"version": "0.1.18",
"summary": "CNNCommonResource",
"description": "CNNCommonResource privode common resource to other compents",
"homepage": "http://git.souche.com/cheniuniu/cheniu_common_resource",
"license": "MIT",
"authors": {
"EscapedDog": "snowmoonking@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.souche.com/cheniuniu/cheniu_common_resource.git",
"tag": "0.1.18"
},
"source_files": "CNNCommonResource/*.{h,m}",
"prepare_command": "ruby CNNCommonResource/resources.rb",
"requires_arc": true,
"subspecs": [
{
"name": "Common",
"resources": "CNNCommonResource/Common.xcassets"
},
{
"name": "Navigation",
"resources": "CNNCommonResource/Navigation.xcassets"
},
{
"name": "Tabbar",
"resources": "CNNCommonResource/Tabbar.xcassets"
}
]
}