blob: 8ac0ec911de04a68135064be19984d14505dd15e [file] [log] [blame]
{
"name": "OwlorbitSDK",
"version": "1.0.3",
"summary": "This is the official SDK for Owlorbit API.",
"description": "Official SDK for Owlorbit Api",
"homepage": "https://github.com/owlorbit/owlorbit_ios_sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Owlorbit": "tim.nguyen@owlorbit.com"
},
"source": {
"git": "https://github.com/owlorbit/owlorbit_ios_sdk.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/owlorbit",
"platforms": {
"ios": "8.0"
},
"source_files": "OwlorbitSDK/Classes/**/*",
"swift_version": "3.0",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"SwiftyJSON": [
"~> 3.1.4"
],
"ObjectMapper": [
"~> 2.0"
],
"AlamofireObjectMapper": [
"~> 4.0"
]
}
}