[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 3 / 2 / CBISDK / 0.1.0 / CBISDK.podspec.json
bloba9fa9d24011ed9faab7669ec1ae6bd88cb26249c
2   "name": "CBISDK",
3   "version": "0.1.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     "lucasluu": "lucasluu@cbidigital.com"
13   },
14   "source": {
15     "git": "https://git.chidoanh.com/lucluu/CBISDK.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "CBISDK/**/*",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Alamofire": [
29       "4.7.3"
30     ],
31     "ObjectMapper": [
32       "3.4.1"
33     ]
34   }