blob: 9e17f4806a4c6fd8548ce4993e457fe352e26382 [file] [log] [blame]
{
"name": "NLKit",
"version": "0.2.13",
"summary": "A collection of categories and classes to simplify iOS development.",
"homepage": "https://github.com/jksk/NLKit",
"license": "MIT",
"authors": {
"Jesper Skrufve": "jesper@neolo.gy"
},
"source": {
"git": "https://github.com/jksk/NLKit.git",
"tag": "0.2.13"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"NLKit",
"NLKit/**/*.{h,m}"
],
"frameworks": [
"QuartzCore",
"Security",
"CoreLocation",
"CoreData"
],
"libraries": "z",
"requires_arc": true
}