blob: 367ce859c9872f2e2133ff12daaee03e87d36050 [file] [log] [blame]
{
"name": "YSCategorys",
"version": "1.0.0",
"summary": "A set of categorys to make iOS development easier.",
"homepage": "https://github.com/youngshook/YSCategorys",
"license": "MIT (LICENSE)",
"authors": {
"Young Shook": "shook.young@gmail.com"
},
"source": {
"git": "git@github.com:youngshook/YSCategorys.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Categorys",
"Categorys/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"requires_arc": true
}