4 "summary": "An Objective-C wrapper for the ClubJudge API",
5 "homepage": "https://github.com/clubjudge/objc-sdk",
11 "Bruno Abrantes": "bruno.abrantes@clubjudge.com"
17 "git": "https://github.com/clubjudge/objc-sdk.git",
20 "default_subspecs": "base",
21 "public_header_files": "CJAPIClient/**/*.h",
22 "frameworks": "CoreLocation",
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}"
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}"