blob: 89d1e65c68b40e383b3734faffc9ebff4e6f9135 [file] [log] [blame]
{
"name": "NLKit",
"version": "0.1.2",
"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.2"
},
"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\""
}