blob: ab80586b07fa08600aa85d63e643727133f1bd28 [file] [log] [blame]
{
"name": "JACategory",
"version": "0.0.9.5.1",
"summary": "Category",
"description": "Daily collection of some categories",
"homepage": "https://github.com/ishepherdMiner/JACategory",
"license": "MIT",
"authors": {
"Jason": "iJason92@yahoo.com"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/ishepherdMiner/JACategory.git",
"tag": "0.0.9.5.1"
},
"source_files": "JACategory/JACategory.h",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "JACategory/NS*.{h,m}"
},
{
"name": "UIKit",
"dependencies": {
"JACategory/Foundation": [
]
},
"source_files": "JACategory/UI*.{h,m}"
}
]
}