[Add] boost-iosx 1.85.0.1
[CocoaPods.git] / Specs / 4 / b / f / AircastPlayer / 0.0.2 / AircastPlayer.podspec.json
blob5568ecb5b94b09e5fa81bdf627584d964a02c944
2   "name": "AircastPlayer",
3   "version": "0.0.2",
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://www.dropbox.com/s/etdrhp08jv3w09u/AircastPlayer.zip?dl=1"
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   }