[Add] OpacityCore 4.0.14
[CocoaPods.git] / Specs / 4 / b / f / AircastPlayer / 0.0.3 / AircastPlayer.podspec.json
blobd2a1c632e520e37de2f7b1918ec48c4aee3ed4cc
2   "name": "AircastPlayer",
3   "version": "0.0.3",
4   "summary": "AircastPlayer SDK",
5   "description": "Using this SDK users can implement Aircast Core player into ther applications.",
6   "homepage": "https://www.aircast.tech",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Milad": "milad.heidari@me.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "http": "https://aircast-artifact.s3.us-west-1.amazonaws.com/AircastPlayer.zip"
19   },
20   "preserve_paths": "AircastPlayer.framework/*",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATH[sdk=iphoneos*]": "$(inherited) \"$(PODS_ROOT)/AircastPlayer.framework\"",
23     "OTHERCFLAGS[sdk=iphoneos*]": "$(inherited) -iframework \"$(PODS_ROOT)/AircastPlayer.framework\"",
24     "OTHER_LDFLAGS[sdk=iphoneos*]": "$(inherited) -framework AircastPlayer.framework"
25   }