[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 7 / c / ZelloAPISwift / 1.1.0 / ZelloAPISwift.podspec.json
blob0a1a3fbc015ac7221493c488fbb1153b8869516a
2   "name": "ZelloAPISwift",
3   "version": "1.1.0",
4   "summary": "ZelloAPISwift is a ZelloWork server API client library written in Swift.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "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\".",
10   "homepage": "https://github.com/zelloptt/zellowork-server-api-libs/tree/master/swift/CocoaPod",
11   "authors": {
12     "Zello": "support@zello.com"
13   },
14   "source": {
15     "git": "https://github.com/zelloptt/zellowork-server-api-libs.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "preserve_paths": "swift/CocoaPod/CommonCrypto/*",
22   "source_files": "swift/CocoaPod/ZelloAPISwift/*",
23   "requires_arc": true,
24   "xcconfig": {
25     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/iphonesimulator/",
26     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/iphoneos/",
27     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/appletvos/",
28     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/ZelloAPISwift/swift/CocoaPod/CommonCrypto/appletvsimulator/"
29   },
30   "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",
31   "pushed_with_swift_version": "3.0"