blob: eace1ae4a5935ce992534bc080677874ecb194b2 [file] [log] [blame]
{
"name": "Skoal-Utils",
"version": "0.0.1",
"summary": "iOS utils",
"homepage": "https://github.com/skooal/Skoal",
"license": "MIT",
"authors": {
"BANYAN": "greenbanyan@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/skooal/Skoal.git",
"tag": "0.0.1"
},
"requires_arc": true,
"public_header_files": "Skoal/Skoal.h",
"source_files": "Skoal/Skoal.h",
"subspecs": [
{
"name": "Categories",
"public_header_files": "Skoal/Categories/Categories.h",
"source_files": "Skoal/Categories/Categories.h",
"subspecs": [
{
"name": "UIKit",
"source_files": "Skoal/Categories/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "Skoal/Categories/Foundation/*.{h,m}"
}
]
},
{
"name": "Utils",
"source_files": "Skoal/Utils/*.{h,m}"
}
]
}