[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 2 / e / 8 / UnityAds / 2.0.6 / UnityAds.podspec.json
bloba3cc5eb0de75bb5b87a5a1531e523d78c1139496
2   "name": "UnityAds",
3   "version": "2.0.6",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "authors": {
9     "UnityAds": "itunes@unity3d.com"
10   },
11   "homepage": "https://unity3d.com/services/ads",
12   "summary": "Monetize your entire player base and reach new audiences with video ads.",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "prepare_command": "./build-framework.sh -c RELEASE",
17   "source": {
18     "git": "https://github.com/Unity-Technologies/unity-ads-ios.git",
19     "tag": "2.0.6"
20   },
21   "ios": {
22     "preserve_paths": "*",
23     "xcconfig": {
24       "OTHER_LDFLAGS": "-framework UnityAds"
25     },
26     "vendored_frameworks": "build/Release-iphoneos/UnityAds.framework"
27   }