[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 4 / d / FlurrySDK / 6.2.0 / FlurrySDK.podspec.json
blob9902008cb56e31dc3a2d38e2e718c177154378e3
2   "name": "FlurrySDK",
3   "version": "6.2.0",
4   "license": {
5     "type": "Commercial",
6     "text": "Developer's use of the SDK is governed by the license in the applicable Flurry Terms of Service. Some components of the SDK are governed by open source software licenses. In the event of any conflict between the license in the applicable Flurry Terms of Service and the applicable open source license, the terms of the open source license shall prevail with respect to those components.\n"
7   },
8   "summary": "FlurrySDK for analytics tracking and reporting. Also Ads included",
9   "homepage": "http://www.flurry.com",
10   "authors": {
11     "Flurry": "http://www.flurry.com"
12   },
13   "source": {
14     "git": "https://github.com/AntonPalich/Flurry.git",
15     "tag": "6.2.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "requires_arc": false,
21   "default_subspecs": "FlurrySDK",
22   "subspecs": [
23     {
24       "name": "FlurrySDK",
25       "source_files": "Flurry/*.h",
26       "frameworks": [
27         "CoreGraphics",
28         "Foundation",
29         "SystemConfiguration",
30         "UIKit",
31         "Security"
32       ],
33       "vendored_libraries": "Flurry/libFlurry_6.2.0.a"
34     },
35     {
36       "name": "FlurryAds",
37       "source_files": "FlurryAds/**/*.h",
38       "libraries": "z",
39       "frameworks": [
40         "iAd",
41         "MediaPlayer"
42       ],
43       "weak_frameworks": [
44         "AdSupport",
45         "StoreKit"
46       ],
47       "vendored_libraries": "FlurryAds/libFlurryAds_6.2.0.a",
48       "dependencies": {
49         "FlurrySDK/FlurrySDK": [
51         ]
52       }
53     }
54   ],
55   "deprecated_in_favor_of": "Flurry-iOS-SDK"