[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / 6 / CJKit / 1.0.0 / CJKit.podspec.json
blobdb1837ba2d736db19cdb028af7ae64c7f99c49bd
2   "name": "CJKit",
3   "version": "1.0.0",
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": "1.0.0"
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     "BAPersistentOperationQueue": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "base",
38       "source_files": [
39         "CJAPICLient/Engine/*.{h,m}",
40         "CJAPICLient/Models/*.{h,m}",
41         "CJAPICLient/Engine/*.{h,m}",
42         "CJAPICLient/Models/*.{h,m}",
43         "CJAPICLient/Request/*.{h,m}",
44         "CJAPIClient/Categories/CJModel+{Following,Distance,Images}.{h,m}",
45         "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
46         "CJAPIClient/Serializers/*.{h,m}",
47         "CJAPIClient/Controllers/CJPersistentQueueController.{h,m}"
48       ]
49     },
50     {
51       "name": "PromiseKit",
52       "dependencies": {
53         "PromiseKit/base": [
55         ],
56         "CJKit/base": [
58         ]
59       },
60       "source_files": [
61         "CJAPIClient/Categories/CJAPIRequest+PromiseKit.{h,m}",
62         "CJAPIClient/Categories/CJEngine+PromiseKit.{h,m}"
63       ]
64     },
65     {
66       "name": "BAPersistentOperationQueue",
67       "dependencies": {
68         "CJKit/base": [
70         ]
71       },
72       "source_files": "CJAPIClient/Categories/CJEngine+CJPersistentQueueController.{h,m}"
73     }
74   ]