[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 3 / SigmaticOC / 1.3.1 / SigmaticOC.podspec.json
blobef55a4e301fdcb5290b45fee94b891574bb1e343
2   "name": "SigmaticOC",
3   "version": "1.3.1",
4   "license": "MIT",
5   "summary": "Buttersmooth Objective-C for the Brave",
6   "homepage": "https://github.com/Sigmatic/SigmaticOC",
7   "authors": {
8     "Hisham Alabri": "hisham@alabri.co"
9   },
10   "source": {
11     "git": "https://github.com/Sigmatic/SigmaticOC.git",
12     "tag": "1.3.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": "SigmaticOC/*.h",
20   "source_files": "SigmaticOC/SigmaticOC.h",
21   "subspecs": [
22     {
23       "name": "Array",
24       "dependencies": {
25         "SigmaticOC/Number": [
27         ]
28       },
29       "source_files": "SigmaticOC/Array/*.{h,m}"
30     },
31     {
32       "name": "Bool",
33       "dependencies": {
34         "SigmaticOC/String": [
36         ]
37       },
38       "source_files": "SigmaticOC/Bool/*.{h,m}"
39     },
40     {
41       "name": "Date",
42       "source_files": "SigmaticOC/Date/*.{h,m}"
43     },
44     {
45       "name": "Dictionary",
46       "source_files": "SigmaticOC/Dictionary/*.{h,m}"
47     },
48     {
49       "name": "JSON",
50       "source_files": "SigmaticOC/JSON/*.{h,m}"
51     },
52     {
53       "name": "Number",
54       "source_files": "SigmaticOC/Number/*.{h,m}"
55     },
56     {
57       "name": "Runtime",
58       "dependencies": {
59         "SigmaticOC/String": [
61         ],
62         "SigmaticOC/Array": [
64         ]
65       },
66       "source_files": "SigmaticOC/Runtime/*.{h,m}"
67     },
68     {
69       "name": "String",
70       "source_files": "SigmaticOC/String/*.{h,m}"
71     }
72   ]