[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 8 / MKFoundationKit / 0.4.0 / MKFoundationKit.podspec.json
blob753ecd2cc3697079f5050622494bcbcaa73d9191
2   "name": "MKFoundationKit",
3   "version": "0.4.0",
4   "summary": "Collection of categories for NSFoundation classes to accelerate development.",
5   "homepage": "https://github.com/michalkonturek/MKFoundationKit",
6   "license": "MIT",
7   "authors": {
8     "Michal Konturek": "michal.konturek@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.1",
12     "osx": "10.8"
13   },
14   "source": {
15     "git": "https://github.com/michalkonturek/MKFoundationKit.git",
16     "tag": "0.4.0"
17   },
18   "source_files": "MKFoundationKit/Source/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "LINQ4Obj-C": [
22       ">= 1.0.0"
23     ]
24   }