blob: 771f34a3d5aa7f422723734bd0a1cbd0fc5c6d74 [file] [log] [blame]
{
"name": "ATCategories",
"version": "0.1.12",
"summary": "Category of Foundation and UIKit",
"homepage": "https://github.com/ablettchen/ATCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablettchen": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATCategories.git",
"tag": "0.1.12"
},
"social_media_url": "https://weibo.com/ablettx",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ATCategories/**/*.{h,m}",
"public_header_files": "ATCategories/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}