blob: a733f16dacef42e32f4e49794f5011696b469a1f [file] [log] [blame]
{
"name": "ExistAPI",
"platforms": {
"ios": "12.0"
},
"version": "0.0.12",
"summary": "An iOS framework for working with the Exist API.",
"requires_arc": true,
"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",
"homepage": "http://github.com/bellebethcooper/existAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Belle Beth Cooper": "belle@hellocode.co"
},
"social_media_url": "https://twitter.com/bellebcooper",
"source": {
"git": "https://github.com/bellebethcooper/existAPI.git",
"tag": "0.0.12"
},
"source_files": "Classes/**/*.{h,swift}",
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"PromiseKit": [
"~> 6.0"
]
}
}