blob: 89bdcb22589734ac66cae0b1937377c6693a2631 [file] [log] [blame]
{
"name": "CJFoundation",
"version": "0.0.3",
"summary": "系统Foundation的扩展",
"homepage": "https://github.com/dvlproad/CJFoundation",
"license": "MIT",
"authors": "dvlproad",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJFoundation.git",
"tag": "NSDate_0.0.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "NSString",
"source_files": "CJFoundation/NSString/*.{h,m}"
},
{
"name": "NSDictionary",
"source_files": "CJFoundation/NSDictionary/*.{h,m}"
},
{
"name": "NSData",
"source_files": "CJFoundation/NSData/*.{h,m}"
},
{
"name": "NSDate",
"source_files": "CJFoundation/NSDate/**/*.{h,m}"
}
]
}