[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 3 / 2 / CBISDK / 0.2.0 / CBISDK.podspec.json
blob74085a2841a2c19312f1bbd4fdcac91ee7445896
2   "name": "CBISDK",
3   "version": "0.2.0",
4   "summary": "CBISDK help developer connect to CBI Platform over APIs. Parsing object data.",
5   "description": "CBISDK that help user connect CBI Platform APIs, parse JSON data to Object, encode request.",
6   "homepage": "https://www.cbidigital.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vielucasluu": "lucluu@chidoanh.com"
13   },
14   "source": {
15     "git": "https://git.chidoanh.com/lucluu/CBISDK.git"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "source_files": "CBISDK/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Alamofire": [
28       "4.7.3"
29     ],
30     "ObjectMapper": [
31       "3.4.1"
32     ]
33   }