[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 4 / d / FlurrySDK / 5.2.0 / FlurrySDK.podspec.json
blob6fee7b1112f31f04fcdf65b4d9d0f193e971b704
2   "name": "FlurrySDK",
3   "version": "5.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": "5.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       "preserve_paths": "Flurry/**/*.a",
27       "libraries": [
28         "z",
29         "Flurry_5.2.0"
30       ],
31       "frameworks": [
32         "CoreGraphics",
33         "Foundation",
34         "MediaPlayer",
35         "SystemConfiguration",
36         "UIKit",
37         "Security"
38       ],
39       "weak_frameworks": [
40         "AdSupport",
41         "StoreKit"
42       ],
43       "xcconfig": {
44         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/FlurrySDK/Flurry\""
45       }
46     },
47     {
48       "name": "FlurryAds",
49       "source_files": "FlurryAds/**/*.h",
50       "preserve_paths": "FlurryAds/**/*.a",
51       "libraries": "FlurryAds_5.2.0",
52       "frameworks": "iAd",
53       "xcconfig": {
54         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/FlurrySDK/FlurryAds\""
55       },
56       "dependencies": {
57         "FlurrySDK/FlurrySDK": [
59         ]
60       }
61     }
62   ],
63   "deprecated_in_favor_of": "Flurry-iOS-SDK"