blob: eea83ece5697447e3cb8710e6654bee1c9e6d853 [file] [log] [blame]
{
"name": "SYCategory",
"version": "1.3.2",
"summary": "SYCategory contant category for Fuondation and UIKit.",
"homepage": "https://github.com/potato512/SYCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"herman": "zhangsy757@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/potato512/SYCategory.git",
"tag": "1.3.2"
},
"source_files": [
"SYCategory/*.{h}",
"SYCategory/SYCategoryFoundation/*.{h,m}",
"SYCategory/SYCategoryUIKit/*.{h,m}"
],
"resources": "SYCategory/SYResources/*.png",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"AssetsLibrary",
"ImageIO",
"Security"
],
"dependencies": {
"SAMKeychain": [
]
}
}