blob: 04f17741ea15fa315ac661a04f481f1a30ead44c [file] [log] [blame]
{
"name": "PYCore",
"version": "0.10.1",
"summary": "A tiny library to make Objective-C for iOS more powerful..",
"description": "PYCore is a Objective-C library to make iOS application development more easily.\n\n* PYCore contains many useful macros to short the code you will write\n* It provides many validation methods for NSDictionary and NSString",
"homepage": "https://github.com/littlepush/PYCore",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"social_media_url": "https://twitter.com/littlepush",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/littlepush/PYCore.git",
"tag": "0.10.1"
},
"source_files": [
"static-library/*.{h,m}",
"static-library/**/*.{h,m}"
]
}