blob: e0cd53986cf9a1a823f554f4389f5cf881f31c31 [file] [log] [blame]
{
"name": "C1Extension",
"version": "1.0.3",
"summary": "C1Extension.",
"description": "对一些实用类的扩展收集和封装",
"homepage": "https://github.com/Classical1956/C1Extension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dracula_1956": "dracula_1956@outlook.com"
},
"source": {
"git": "https://github.com/Classical1956/C1Extension.git",
"tag": "1.0.3",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "C1Extension/UIKit/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreLocation"
],
"platforms": {
"ios": "7.0"
}
},
{
"name": "Foundation",
"source_files": "C1Extension/Foundation/**/*.{h,m}",
"resources": "C1Extension/Foundation/NSDate/NSDateTimeAgo.bundle",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0"
}
}
]
}