blob: 0a1a3fbc015ac7221493c488fbb1153b8869516a [file] [log] [blame]
{
"name": "ZelloAPISwift",
"version": "1.1.0",
"summary": "ZelloAPISwift is a ZelloWork server API client library written in Swift.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "The Zello server API offers an easy way to interact with Zello server in order to manipulate users and channels from your application.\nThe API is based on JSON over HTTP protocol. Requests are sent using GET and POST HTTP requests, server responses are returned in HTTP response body and presented in JSON.\nEach response includes \"status\" and \"code\" fields, indicating the response success status or error details. In the case of success, code is \"200\" and status is \"OK\".",
"homepage": "https://github.com/zelloptt/zellowork-server-api-libs/tree/master/swift/CocoaPod",
"authors": {
"Zello": "support@zello.com"
},
"source": {
"git": "https://github.com/zelloptt/zellowork-server-api-libs.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "swift/CocoaPod/CommonCrypto/*",
"source_files": "swift/CocoaPod/ZelloAPISwift/*",
"requires_arc": true,
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/iphonesimulator/",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/iphoneos/",
"SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/appletvos/",
"SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/appletvsimulator/"
},
"prepare_command": "mkdir -p CommonCrypto/iphoneos\nmkdir -p CommonCrypto/iphonesimulator\nmkdir -p CommonCrypto/appletvos\nmkdir -p CommonCrypto/appletvsimulator\ncp swift/CocoaPod/CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\ncp swift/CocoaPod/CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\ncp swift/CocoaPod/CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvos/module.modulemap\ncp swift/CocoaPod/CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvsimulator/module.modulemap",
"pushed_with_swift_version": "3.0"
}