blob: 5a5c34e6a349ed936cbd0c019125bfe564830a07 [file] [log] [blame]
{
"name": "PYCore",
"version": "0.9.6",
"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\n",
"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.9.6"
},
"source_files": [
"static-library/*.{h,m}",
"static-library/**/*.{h,m}"
]
}