blob: 2e00a712d5ecd6a556f5a87e984169f4d5a6e5ee [file] [log] [blame]
{
"name": "AmazonFling",
"version": "1.3.4-hotfix.1",
"summary": "Easily integrate the Amazon Fling SDK to discover and control your FireTV in your app.",
"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 ;)",
"homepage": "https://github.com/crelies/AmazonFling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Elies": "chris.elies13@gmail.com"
},
"source": {
"git": "https://github.com/crelies/AmazonFling.git",
"tag": "1.3.4-hotfix.1"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"vendored_frameworks": [
"Frameworks/AmazonFling.framework",
"Frameworks/Bolts.framework"
]
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -lc++"
}
}