blob: ff6b8fe33acd58a2cef7bbaf09939b6b59e46d96 [file] [log] [blame]
{
"name": "PYCore",
"version": "1.0.8",
"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.8"
},
"source_files": [
"static-library/*.{h,m}",
"static-library/**/*.{h,m}"
],
"resources": [
"static-library/*.json"
]
}