blob: 91c31b232b38df1b79bf8c0feaef91cbb3859a4a [file] [log] [blame]
{
"name": "VoxboneSDK",
"version": "1.0.3",
"summary": "VoxboneSDK framework!",
"homepage": "https://github.com/voxbone-workshop/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerónimo Valli": "jeronimo.valli@gmail.com"
},
"social_media_url": "https://twitter.com/voxbone",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/voxbone-workshop/ios-sdk.git",
"tag": "1.0.3",
"submodules": true
},
"source_files": "VoxboneSDK/**/*.{h,swift}",
"xcconfig": {
"ARCHS": [
"arm64",
"armv7",
"armv7s",
"x86_64"
],
"VALID_ARCHS": [
"arm64",
"armv7",
"armv7s",
"x86_64"
]
},
"dependencies": {
"VoxImplantSDK": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"Flurry-iOS-SDK/FlurrySDK": [
]
},
"pushed_with_swift_version": "3.0.2"
}