blob: 284d56e2f2122f6456d645cc72914aae5080830f [file] [log] [blame]
{
"name": "NLKit",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": null
},
"source_files": "NLKit",
"frameworks": [
"CoreLocation",
"MessageUI",
"Security",
"QuartzCore"
],
"requires_arc": true,
"prefix_header_contents": "#import \"NLKit.h\""
}