blob: f31a1960e2e00b899487cbc7ad68e6972de707cc [file] [log] [blame]
{
"name": "LYCategories",
"summary": "A set of useful categories for Foundation and UIKit.",
"version": "0.9.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DeveloperLY": "coderyliu@gmail.com"
},
"social_media_url": "http://www.developerly.net",
"homepage": "https://github.com/DeveloperLY/LYCategories",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/DeveloperLY/LYCategories.git",
"tag": "0.9.0"
},
"requires_arc": true,
"source_files": "LYCategories/**/*.{h,m}",
"public_header_files": "LYCategories/**/*.{h}",
"ios": {
"exclude_files": [
"LYCategories/GTMBase64/GTMBase64.{h,m}",
"LYCategories/GTMBase64/GTMDefines.{h,m}"
]
},
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"LYCategories/GTMBase64/GTMBase64.{h,m}",
"LYCategories/GTMBase64/GTMDefines.{h,m}"
]
}
]
}