blob: e9a7e1fa7ff0e6b156a4fdb7b0fc2c8d29476101 [file] [log] [blame]
{
"name": "NLKit",
"version": "0.1.3",
"license": "MIT",
"summary": "A collection of categories and classes to simplify iOS development.",
"homepage": "https://www.github.com/jksk/NLKit",
"authors": {
"Jesper Skrufve": "jesper@neolo.gy"
},
"source": {
"git": "https://github.com/jksk/NLKit.git",
"tag": "v0.1.3"
},
"platforms": {
"ios": null
},
"source_files": [
"NLKit",
"NLKit/Categories",
"NLKit/Decorators",
"NLKit/External",
"NLKit/View Controllers",
"NLKit/Views"
],
"frameworks": [
"CoreLocation",
"MessageUI",
"Security",
"QuartzCore"
],
"requires_arc": true,
"prefix_header_contents": "#import \"NLKit.h\""
}