[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 8 / MKFoundationKit / 0.4.2 / MKFoundationKit.podspec.json
blob35ed6624f21adb60fb0dd47172e5ea0a8f804e51
2   "name": "MKFoundationKit",
3   "version": "0.4.2",
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   },
13   "source": {
14     "git": "https://github.com/michalkonturek/MKFoundationKit.git",
15     "tag": "0.4.2"
16   },
17   "source_files": "MKFoundationKit/Source/**/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "LINQ4Obj-C": [
21       ">= 1.0.2"
22     ]
23   }