[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 0 / 8 / MKFoundationKit / 1.0.2 / MKFoundationKit.podspec.json
blobeff321720579259534b68b6fe6edb0058d2be1bd
2   "name": "MKFoundationKit",
3   "version": "1.0.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": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/michalkonturek/MKFoundationKit.git",
15     "tag": "1.0.2"
16   },
17   "source_files": "MKFoundationKit/Source/**/*.{h,m}",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "AutoDescribe",
22       "source_files": "MKFoundationKit/Source/**/*AutoDescribe.{h,m}"
23     },
24     {
25       "name": "Base64",
26       "source_files": "MKFoundationKit/Source/**/*Base64.{h,m}"
27     },
28     {
29       "name": "Block",
30       "source_files": "MKFoundationKit/Source/**/*Block.{h,m}"
31     },
32     {
33       "name": "Queue",
34       "source_files": "MKFoundationKit/Source/**/*Queue.{h,m}"
35     },
36     {
37       "name": "Stack",
38       "source_files": "MKFoundationKit/Source/**/*Stack.{h,m}"
39     },
40     {
41       "name": "NSArray",
42       "source_files": "MKFoundationKit/Source/NSArray/*.{h,m}"
43     },
44     {
45       "name": "NSDate",
46       "source_files": "MKFoundationKit/Source/NSDate/*.{h,m}"
47     },
48     {
49       "name": "NSDictionary",
50       "source_files": "MKFoundationKit/Source/NSDictionary/*.{h,m}"
51     },
52     {
53       "name": "NSNumber",
54       "source_files": "MKFoundationKit/Source/NSNumber/*.{h,m}"
55     },
56     {
57       "name": "NSSet",
58       "dependencies": {
59         "MKFoundationKit/Block": [
61         ]
62       },
63       "source_files": "MKFoundationKit/Source/NSSet/*.{h,m}"
64     },
65     {
66       "name": "NSString",
67       "dependencies": {
68         "MKFoundationKit/Base64": [
70         ]
71       },
72       "source_files": "MKFoundationKit/Source/NSString/*.{h,m}"
73     }
74   ]