[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 2 / d / 0 / OpenCartKit / 0.1.0 / OpenCartKit.podspec.json
blob22137593ce47d32de32ab0cbcd323f09be7a309a
2   "name": "OpenCartKit",
3   "version": "0.1.0",
4   "summary": "an simplicity iOS SDK OpenCartKit use to develop iOS app for ecommerce platform OpenCart",
5   "description": "                       OpenCartKit can use to develop iOS app for Opencart platform, this is Objective C version\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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "OpenCartKit/**/*",
21     "Vendor/**/*"
22   ],
23   "public_header_files": [
24     "OpenCartKit/*.h",
25     "OpenCartKit/**/*.h"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.5.4"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Vendor",
35       "platforms": {
36         "ios": "7.0"
37       },
38       "ios": {
39         "public_header_files": [
40           "Vendor/*.h",
41           "Vendor/**/*.h",
42           "Vendor/**/**/*.h"
43         ],
44         "source_files": "Vendor/**/*"
45       }
46     }
47   ]