[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 7 / Reveal-SDK / 5 / Reveal-SDK.podspec.json
blob2eb57dbbb5b40228b5c92fec789f1edb1c459897
2   "name": "Reveal-SDK",
3   "version": "5",
4   "summary": "The Reveal SDK: Runtime view debugging for iOS & tvOS apps & extensions.",
5   "description": "Reveal brings powerful runtime view debugging to iOS developers.\nPlease visit our website for more details: http://revealapp.com/",
6   "homepage": "https://revealapp.com/",
7   "license": "Commercial",
8   "screenshots": "https://images.revealapp.com/CocoaPods/promo.jpg",
9   "social_media_url": "https://twitter.com/reveal_app",
10   "authors": "Itty Bitty Apps Pty Ltd",
11   "source": {
12     "http": "https://download.revealapp.com/RevealServer-5.zip"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0"
17   },
18   "requires_arc": false,
19   "compiler_flags": "-ObjC",
20   "frameworks": [
21     "CoreGraphics",
22     "CFNetwork",
23     "QuartzCore"
24   ],
25   "libraries": "z",
26   "ios": {
27     "vendored_frameworks": "RevealServer-5/iOS/RevealServer.framework"
28   },
29   "tvos": {
30     "vendored_frameworks": "RevealServer-5/tvOS/RevealServer.framework"
31   },
32   "xcconfig": {
33     "LD_RUNPATH_SEARCH_PATHS": "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
34   }