blob: 9e30c733fb908b49c54e34415a64f5c11bc3ee73 [file] [log] [blame]
{
"name": "ExistAPI",
"platforms": {
"ios": "11.0"
},
"version": "0.0.16",
"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.16"
},
"source_files": "Classes/**/*.{h,swift}",
"swift_version": "4.2",
"frameworks": "UIKit",
"dependencies": {
"PromiseKit": [
"~> 6.0"
]
}
}