[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 6 / CJKit / 0.12.1 / CJKit.podspec.json
blobe7969dc9463e04b1731e906f4059ce5ea454694d
2   "name": "CJKit",
3   "version": "0.12.1",
4   "summary": "An Objective-C wrapper for the ClubJudge API",
5   "homepage": "https://github.com/clubjudge/objc-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bruno Abrantes": "bruno.abrantes@clubjudge.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/clubjudge/objc-sdk.git",
18     "tag": "0.12.1"
19   },
20   "default_subspecs": "base",
21   "public_header_files": "CJAPIClient/**/*.h",
22   "frameworks": "CoreLocation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.2"
27     ],
28     "ObjectiveSugar": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "base",
35       "source_files": [
36         "CJAPICLient/Engine/*.{h,m}",
37         "CJAPICLient/Models/*.{h,m}",
38         "CJAPICLient/Engine/*.{h,m}",
39         "CJAPICLient/Models/*.{h,m}",
40         "CJAPICLient/Request/*.{h,m}",
41         "CJAPIClient/Categories/CJModel+{Following,Distance,Images}.{h,m}",
42         "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
43         "CJAPIClient/Serializers/*.{h,m}"
44       ]
45     },
46     {
47       "name": "PromiseKit",
48       "dependencies": {
49         "PromiseKit/base": [
51         ]
52       },
53       "source_files": [
54         "CJAPICLient/Engine/*.{h,m}",
55         "CJAPICLient/Models/*.{h,m}",
56         "CJAPICLient/Engine/*.{h,m}",
57         "CJAPICLient/Models/*.{h,m}",
58         "CJAPICLient/Request/*.{h,m}",
59         "CJAPIClient/Categories/CJModel+{Following,Distance,Images}.{h,m}",
60         "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
61         "CJAPIClient/Serializers/*.{h,m}",
62         "CJAPIClient/Categories/CJAPIRequest+PromiseKit.{h,m}",
63         "CJAPIClient/Categories/CJEngine+PromiseKit.{h,m}"
64       ]
65     }
66   ]