[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / 9 / AmazonFling / 1.3.4-rc.1 / AmazonFling.podspec.json
bloba7fe3708ac54f723b8b462d6e306d0716ac21440
2   "name": "AmazonFling",
3   "version": "1.3.4-rc.1",
4   "summary": "Easily integrate the Amazon Fling SDK to discover and control your FireTV in your app.",
5   "description": "Discovering and controlling your FireTV requires the Amazon Fling SDK.\nThe SDK is not open source. That's why you won't find a pod for it.\nI wanted to integrate the Amazon Fling SDK using Cocoapods in one of my projects.\nSo I created this pod which does the magic ;)",
6   "homepage": "https://github.com/crelies/AmazonFling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Elies": "chris.elies13@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/crelies/AmazonFling.git",
16     "tag": "1.3.4-rc.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "CFNetwork",
24       "Security",
25       "SystemConfiguration"
26     ],
27     "vendored_frameworks": "Frameworks/AmazonFling.framework"
28   },
29   "dependencies": {
30     "Bolts": [
31       "1.5.1"
32     ]
33   },
34   "user_target_xcconfig": {
35     "OTHER_LDFLAGS": "$(inherited) -lc++"
36   }