[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 6 / CJKit / 0.3.1 / CJKit.podspec.json
bloba69a46a8d3ddb03b77a0b549c4c296072e3be585
2   "name": "CJKit",
3   "version": "0.3.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.3.1"
19   },
20   "default_subspecs": [
21     "base"
22   ],
23   "public_header_files": "CJAPIClient/**/*.h",
24   "frameworks": "CoreLocation",
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.2"
29     ],
30     "ObjectiveSugar": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "base",
37       "source_files": [
38         "CJAPICLient/Engine/*.{h,m}",
39         "CJAPICLient/Models/*.{h,m}",
40         "CJAPICLient/Engine/*.{h,m}",
41         "CJAPICLient/Models/*.{h,m}",
42         "CJAPICLient/Request/*.{h,m}",
43         "CJAPIClient/Categories/CJModel+{Following,Distance}.{h,m}",
44         "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
45         "CJAPIClient/Serializers/*.{h,m}"
46       ]
47     },
48     {
49       "name": "PromiseKit",
50       "dependencies": {
51         "PromiseKit/base": [
53         ]
54       },
55       "source_files": [
56         "CJAPICLient/Engine/*.{h,m}",
57         "CJAPICLient/Models/*.{h,m}",
58         "CJAPICLient/Engine/*.{h,m}",
59         "CJAPICLient/Models/*.{h,m}",
60         "CJAPICLient/Request/*.{h,m}",
61         "CJAPIClient/Categories/CJModel+{Following,Distance}.{h,m}",
62         "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
63         "CJAPIClient/Serializers/*.{h,m}",
64         "CJAPIClient/Categories/CJAPIRequest+PromiseKit.{h,m}",
65         "CJAPIClient/Categories/CJEngine+PromiseKit.{h,m}"
66       ]
67     }
68   ]