blob: 947a99a9c303952325d41785bbaf1c0586ab8982 [file] [log] [blame]
{
"name": "CJFoundation",
"version": "0.1.2",
"summary": "系统Foundation的扩展",
"homepage": "https://github.com/dvlproad/CJUIKit",
"license": "MIT",
"authors": "dvlproad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJUIKit.git",
"tag": "CJFoundation_0.1.2_1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "NSString",
"source_files": "CJFoundation/NSString/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "CJFoundation/NSDictionary/*.{h,m}"
},
{
"name": "NSJSONSerialization",
"source_files": "CJFoundation/NSJSONSerialization/**/*.{h,m}"
}
]
}