[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 3 / SigmaticOC / 1.0.0 / SigmaticOC.podspec.json
blobc38fda6836cdf762d8d3261347be4c81c41b8e0f
2   "name": "SigmaticOC",
3   "version": "1.0.0",
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.0.0",
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": "Protocol",
58       "source_files": "SigmaticOC/Protocol/*.{h,m}"
59     },
60     {
61       "name": "String",
62       "source_files": "SigmaticOC/String/*.{h,m}"
63     }
64   ]