[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 3 / CreatubblesAPIClient / 0.1.5 / CreatubblesAPIClient.podspec.json
blob83d76dda7d6cb6af7ffbb76440d8567a92d175bb
2   "name": "CreatubblesAPIClient",
3   "version": "0.1.5",
4   "summary": "A Creatubbles api framework pod.",
5   "description": "Api framework for Creatubbles app. Sets up a secure connection etc.",
6   "homepage": "https://github.com/creatubbles/ctb-api-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Creatubbles",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/creatubbles/ctb-api-swift.git",
17     "tag": "0.1.5"
18   },
19   "source_files": [
20     "CreatubblesAPIClient/**/*.{swift}",
21     "CreatubblesAPIClient/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "ios": {
25     "dependencies": {
26       "p2.OAuth2": [
27         "~> 2.2"
28       ],
29       "Alamofire": [
30         "~> 3.0"
31       ],
32       "ObjectMapper": [
33         "~> 1.1"
34       ],
35       "XCGLogger": [
36         "~> 3.2"
37       ],
38       "RealmSwift": [
39         "0.98.3"
40       ]
41     }
42   }