[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / d / 0 / OpenCartKit / 0.1.1 / OpenCartKit.podspec.json
blobb81c805acdb16f248d3c58ac8e9bd391ca574e32
2   "name": "OpenCartKit",
3   "version": "0.1.1",
4   "summary": "A simplicity but high efficiency iOS kit can be use to develop iOS app for ecommerce platform OpenCart",
5   "description": "A simplicity but high efficiency kit wrap web service layer for the OpenCart ecommerce platform.\nThis is Objecitve-C version, you can use to develop iOS client app for OpenCart store site.\n",
6   "homepage": "https://github.com/iXCart/OpenCartKit",
7   "license": "GNU General Public License version 3 (GPLv3)",
8   "authors": {
9     "RobinCheung": "iRobinCheung@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/iXCart/OpenCartKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.5.4"
22     ]
23   },
24   "public_header_files": [
25     "OpenCartKit/*.h",
26     "OpenCartKit/*.pch"
27   ],
28   "source_files": [
29     "OpenCartKit/OpenCartKit.h",
30     "OpenCartKit/*.pch"
31   ],
32   "subspecs": [
33     {
34       "name": "Services",
35       "subspecs": [
36         {
37           "name": "Core",
38           "ios": {
39             "public_header_files": "OpenCartKit/Services/Core/*.h",
40             "source_files": "OpenCartKit/Services/Core/*"
41           },
42           "dependencies": {
43             "OpenCartKit/Support": [
45             ],
46             "OpenCartKit/Vendor": [
48             ],
49             "OpenCartKit/Services/Exception": [
51             ]
52           }
53         },
54         {
55           "name": "Exception",
56           "ios": {
57             "public_header_files": "OpenCartKit/Services/Exception/*.h",
58             "source_files": "OpenCartKit/Services/Exception/*"
59           }
60         },
61         {
62           "name": "Product",
63           "ios": {
64             "public_header_files": "OpenCartKit/Services/Catalog/Product/*.h",
65             "source_files": "OpenCartKit/Services/Catalog/Product/*"
66           },
67           "dependencies": {
68             "OpenCartKit/Support": [
70             ],
71             "OpenCartKit/Vendor": [
73             ],
74             "OpenCartKit/Services/Core": [
76             ],
77             "OpenCartKit/Services/Exception": [
79             ]
80           }
81         },
82         {
83           "name": "Account",
84           "ios": {
85             "public_header_files": "OpenCartKit/Services/Catalog/Account/*.h",
86             "source_files": "OpenCartKit/Services/Catalog/Account/*"
87           },
88           "dependencies": {
89             "OpenCartKit/Support": [
91             ],
92             "OpenCartKit/Vendor": [
94             ],
95             "OpenCartKit/Services/Core": [
97             ],
98             "OpenCartKit/Services/Exception": [
100             ]
101           }
102         },
103         {
104           "name": "Checkout",
105           "ios": {
106             "public_header_files": "OpenCartKit/Services/Catalog/Checkout/*.h",
107             "source_files": "OpenCartKit/Services/Catalog/Checkout/*"
108           },
109           "dependencies": {
110             "OpenCartKit/Support": [
112             ],
113             "OpenCartKit/Vendor": [
115             ],
116             "OpenCartKit/Services/Core": [
118             ],
119             "OpenCartKit/Services/Exception": [
121             ]
122           }
123         }
124       ]
125     },
126     {
127       "name": "Support",
128       "source_files": "OpenCartKit/Support/*.{h,m}",
129       "ios": {
130         "public_header_files": "OpenCartKit/Support/*.h"
131       },
132       "dependencies": {
133         "OpenCartKit/Vendor": [
135         ]
136       }
137     },
138     {
139       "name": "Vendor",
140       "subspecs": [
141         {
142           "name": "Foundation",
143           "ios": {
144             "public_header_files": [
145               "Vendor/Foundation/*.h",
146               "Vendor/Foundation/**/*.h"
147             ],
148             "source_files": [
149               "Vendor/Foundation/*",
150               "Vendor/Foundation/**/*"
151             ]
152           }
153         },
154         {
155           "name": "Security",
156           "ios": {
157             "public_header_files": [
158               "Vendor/Security/*.h",
159               "Vendor/Security/**/*.h"
160             ],
161             "source_files": "Vendor/Security/**/*"
162           }
163         }
164       ]
165     }
166   ]