blob: 5ffecfcd23dfe5955fd5178a437c4acec695e057 [file] [log] [blame]
{
"name": "CJFoundation",
"version": "0.1.0",
"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.0"
},
"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}"
}
]
}