[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / e / ZelloAPIObjC / 1.1.1 / ZelloAPIObjC.podspec.json
blob95cb08b3ebb9b948f0bb8b3e18762ce87416df29
2   "name": "ZelloAPIObjC",
3   "version": "1.1.1",
4   "summary": "ZelloAPIObjC is a ZelloWork server API client library written in Objective C.",
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/objective-c/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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "objective-c/CocoaPod/ZelloAPIObjC/*.{h,m}",
22   "requires_arc": true,
23   "public_header_files": "objective-c/CocoaPod/ZelloAPIObjC/*.h"