blob: a140cce0fd5ed38fefa8ec3deeaf94c49b35e9ea [file] [log] [blame]
{
"name": "ATCategories",
"version": "0.1.15",
"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.15"
},
"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"
]
}