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",
23 "public_header_files": "CJAPIClient/**/*.h",
24 "frameworks": "CoreLocation",
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,Images}.{h,m}",
44 "CJAPICLient/Categories/NSDate+StringParsing.{h,m}",
45 "CJAPIClient/Serializers/*.{h,m}"
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,Images}.{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}"