blob: 50f9160c084790f40c0e6f9433fdc3139ff0a6d7 [file] [log] [blame]
{
"name": "PYCore",
"version": "0.9.3",
"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": "http://tech.pushchen.com",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/littlepush/PYCore.git",
"tag": "0.9.3"
},
"source_files": [
"static-library/*.{h,m}",
"static-library/**/*.{h,m}"
]
}