blob: fe056f3e862ef60aa537246f9d7a8424eefeec88 [file] [log] [blame]
{
"name": "PTCategories",
"version": "0.1.0",
"summary": "Useful categories for Foundation and UIKit",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/Muscliy/PTCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leehu": "leehudev@gmail.com"
},
"source": {
"git": "https://github.com/Muscliy/PTCategories.git",
"tag": "0.1.0"
},
"social_media_url": "http://muscliy.github.io/",
"requires_arc": true,
"source_files": "PTCategories/**/*.{h,m}",
"public_header_files": "PTCategories/**/*.{h}",
"frameworks": [
"UIKit",
"MapKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}