blob: cea9f4dff8ec219d6fca4b34ccdca84201b790bb [file] [log] [blame]
{
"name": "YSCategorys",
"version": "1.0.8",
"summary": "A set of categorys to make iOS development easier.",
"homepage": "http://github.com/youngshook/YSCategorys",
"license": "MIT",
"authors": {
"Young Shook": "shook.young@gmail.com"
},
"social_media_url": "http://weibo.com/justfuckingdoit",
"platforms": {
"ios": "6.0"
},
"public_header_files": "Categorys/**/*.h",
"requires_arc": true,
"source": {
"git": "https://github.com/youngshook/YSCategorys.git",
"tag": "1.0.8"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "Categorys/UIKit",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
}
},
{
"name": "Foundation",
"source_files": "Categorys/Foundation",
"ios": {
"frameworks": "Foundation"
}
}
]
}