blob: 2678e6f6f77bf4259ab328dcf1a88d22754ea36c [file] [log] [blame]
{
"name": "OwlorbitSDK",
"version": "1.0.0",
"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.0"
},
"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"
]
}
}