[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 7 / c / 9 / AmazonFling / 1.3.4-hotfix.1 / AmazonFling.podspec.json
blob2e00a712d5ecd6a556f5a87e984169f4d5a6e5ee
2   "name": "AmazonFling",
3   "version": "1.3.4-hotfix.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-hotfix.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "CFNetwork",
24       "Security",
25       "SystemConfiguration"
26     ],
27     "vendored_frameworks": [
28       "Frameworks/AmazonFling.framework",
29       "Frameworks/Bolts.framework"
30     ]
31   },
32   "user_target_xcconfig": {
33     "OTHER_LDFLAGS": "$(inherited) -lc++"
34   }