[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 3 / 2 / d / ExistAPI / 0.0.10 / ExistAPI.podspec.json
blobd33564cedc9b847504cbfb0dbac662dc8850ceb7
2   "name": "ExistAPI",
3   "platforms": {
4     "ios": "12.0"
5   },
6   "version": "0.0.10",
7   "summary": "An iOS framework for working with the Exist API.",
8   "requires_arc": true,
9   "description": "ExistAPI is a Swift framework that makes it easy to work with the Exist API in iOS projects. Find out more about Exist at https://exist.io or read the API docs at https://developer.exist.io",
10   "homepage": "http://github.com/bellebethcooper/existAPI",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Belle Beth Cooper": "belle@hellocode.co"
17   },
18   "social_media_url": "https://twitter.com/bellebcooper",
19   "source": {
20     "git": "https://github.com/bellebethcooper/existAPI.git",
21     "tag": "0.0.10"
22   },
23   "source_files": "Classes/**/*.{h,swift}",
24   "swift_version": "4.2",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "PromiseKit": [
28       "~> 6.0"
29     ]
30   }