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