blob: 251b8a87f6f91c00a411c6f118b277c11cf19bd4 [file] [log] [blame]
{
"name": "PXCategory",
"version": "1.0.0",
"summary": "A useful categories for UIKit",
"homepage": "https://github.com/GPX-NSlog/PXCategory",
"license": "{ :type => 'MIT', :file => 'LICENSE' }",
"authors": {
"Gpx": "Gpxnslog@gamil.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/GPX-NSlog/PXCategory.git",
"tag": "1.0.0"
},
"source_files": "PXCategory/**/*.{h,m}",
"public_header_files": "PXCategory/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}