blob: 7bfa28a0bef0918918a141447328ce5e29a09af7 [file] [log] [blame]
{
"name": "YSCategorys",
"version": "1.0.9",
"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.9"
},
"subspecs": [
{
"name": "UIKit",
"source_files": "Categorys/UIKit",
"ios": {
"frameworks": [
"UIKit",
"QuartzCore"
]
}
},
{
"name": "Foundation",
"source_files": "Categorys/Foundation",
"ios": {
"frameworks": "Foundation"
}
}
]
}