[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / 6 / 4 / 1 / PerseLite / 0.3.1 / PerseLite.podspec.json
blob0343ccc22348ed3b354c7ec848b3921d7a285888
2   "name": "PerseLite",
3   "version": "0.3.1",
4   "summary": "Perse SDK Lite iOS",
5   "description": "\"This SDK provides abstracts the communication with the Perse's API endpoints and also convert the response from json to a pre-defined responses.\"",
6   "homepage": "https://github.com/cyberlabsai/perse-sdk-lite-ios/",
7   "license": "MIT",
8   "authors": {
9     "CyberLabs.AI": "contato@cyberlabs.ai"
10   },
11   "source": {
12     "git": "https://github.com/cyberlabsai/perse-sdk-lite-ios.git",
13     "tag": "0.3.1"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": [
19     "PerseLite/src/**/*",
20     "Classes",
21     "Classes/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.2"
27     ]
28   }