blob: e9f2b172b02485ea98ec36806f12ce88dd0b4d6e [file] [log] [blame]
{
"name": "StorieCloudSDK",
"version": "0.1.5",
"summary": "Storie Cloud SDK for uploading & converting video files to streamable formats using the Storie Cloud API",
"homepage": "https://api.storie.com",
"license": {
"type": "Commercial",
"text": "Please refer to https://github.com/Storie/StorieCloudSDK/blob/master/LICENSE"
},
"authors": {
"Storie, Inc": "support@storie.com"
},
"social_media_url": "http://twitter.com/storie",
"documentation_url": "http://api.storie.com/docs/ios-sdk/index.html",
"platforms": {
"ios": "8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Storie/StorieCloudSDK.git",
"tag": "v0.1.5",
"submodules": true
},
"source_files": [
"StorieCloudSDK/**/*.{h,m,swift}",
"distribute.framework/Headers/*.h"
],
"ios": {
"vendored_frameworks": "distribute.framework"
},
"public_header_files": "distribute.framework/Headers/*.h",
"dependencies": {
"Alamofire": [
"~> 3.3"
],
"SwiftyJSON": [
"~> 2.3"
],
"RxSwift": [
"~> 2.0"
],
"RxCocoa": [
"~> 2.0"
],
"Moya/RxSwift": [
"~> 6.4"
],
"SwiftyBeaver": [
"~> 0.5"
],
"FileMD5Hash": [
"~> 2.0"
]
}
}