blob: 3ffebac357c65e9f8a6822b5a6be20f684a4272e [file] [log] [blame]
{
"name": "CreatubblesAPIClient",
"version": "0.1.6",
"summary": "A Creatubbles api framework pod.",
"description": "Api framework for Creatubbles app. Sets up a secure connection etc.",
"homepage": "https://github.com/creatubbles/ctb-api-swift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Creatubbles",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/creatubbles/ctb-api-swift.git",
"tag": "0.1.6"
},
"source_files": [
"CreatubblesAPIClient/**/*.{swift}",
"CreatubblesAPIClient/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"dependencies": {
"p2.OAuth2": [
"~> 2.2"
],
"Alamofire": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.1"
],
"XCGLogger": [
"~> 3.2"
],
"RealmSwift": [
"0.98.3"
]
}
}
}