[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / b / NLKit / 0.1.3 / NLKit.podspec.json
blobe9a7e1fa7ff0e6b156a4fdb7b0fc2c8d29476101
2   "name": "NLKit",
3   "version": "0.1.3",
4   "license": "MIT",
5   "summary": "A collection of categories and classes to simplify iOS development.",
6   "homepage": "https://www.github.com/jksk/NLKit",
7   "authors": {
8     "Jesper Skrufve": "jesper@neolo.gy"
9   },
10   "source": {
11     "git": "https://github.com/jksk/NLKit.git",
12     "tag": "v0.1.3"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source_files": [
18     "NLKit",
19     "NLKit/Categories",
20     "NLKit/Decorators",
21     "NLKit/External",
22     "NLKit/View Controllers",
23     "NLKit/Views"
24   ],
25   "frameworks": [
26     "CoreLocation",
27     "MessageUI",
28     "Security",
29     "QuartzCore"
30   ],
31   "requires_arc": true,
32   "prefix_header_contents": "#import \"NLKit.h\""