blob: ff32940a23df9493388f2867684ae75bc6f8932a [file] [log] [blame]
{
"name": "CSSKit",
"version": "0.1.3",
"summary": "A short description of CSSKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sangshenya/CSSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"陈坤": "sangshen@ecook.cn"
},
"source": {
"git": "https://github.com/sangshenya/CSSKit.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"Foundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "CSSKit/Classes/Foundation/**/*"
},
{
"name": "Quartz",
"source_files": "CSSKit/Classes/Quartz/**/*"
},
{
"name": "Macros",
"source_files": "CSSKit/Classes/Macros/**/*"
}
]
}