[Add] BuzzAdBenefitSDK 5.31.0
[CocoaPods.git] / Specs / 7 / 5 / d / Foursquare-iOS-API / 1.1.6 / Foursquare-iOS-API.podspec.json
blobb35a461b7001a4c807dc61b6e95bd4bbf95cb299
2   "name": "Foursquare-iOS-API",
3   "version": "1.1.6",
4   "summary": "Foursquare API v2 for iOS.",
5   "homepage": "http://www.ba-z.co.jp",
6   "license": "BSD",
7   "authors": "Ba-Z Communication Inc.",
8   "source": {
9     "git": "https://github.com/baztokyo/foursquare-ios-api.git",
10     "tag": "1.1.6"
11   },
12   "platforms": {
13     "ios": null
14   },
15   "default_subspecs": [
16     "Core+SBJson"
17   ],
18   "requires_arc": false,
19   "subspecs": [
20     {
21       "name": "Core+JSONKit",
22       "source_files": "BZFoursquare/*.{h,m}",
23       "frameworks": "MobileCoreServices",
24       "requires_arc": false,
25       "compiler_flags": "-DBZ_USE_JSONKIT",
26       "dependencies": {
27         "JSONKit": [
28           "~> 1.4"
29         ]
30       },
31       "platforms": {
32         "ios": "4.3"
33       }
34     },
35     {
36       "name": "Core+SBJson",
37       "source_files": "BZFoursquare/*.{h,m}",
38       "frameworks": "MobileCoreServices",
39       "requires_arc": false,
40       "compiler_flags": "-DBZ_USE_SBJSON",
41       "dependencies": {
42         "SBJson": [
44         ]
45       },
46       "platforms": {
47         "ios": "4.3"
48       }
49     },
50     {
51       "name": "Core",
52       "source_files": "BZFoursquare/*.{h,m}",
53       "frameworks": "MobileCoreServices",
54       "requires_arc": false,
55       "platforms": {
56         "ios": "5.0"
57       }
58     }
59   ]