| { |
| "name": "SAAgeGate", |
| "version": "1.0.5", |
| "summary": "AwesomeAds AgeGate SDK", |
| "description": "The AwesomeAds AgeGate SDK used to segment your audience.", |
| "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-agegate-ios", |
| "license": { |
| "type": "GNU Lesser GENERAL PUBLIC LICENSE Version 3", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gabriel Coman": "gabriel.coman@superawesome.tv" |
| }, |
| "source": { |
| "git": "https://github.com/SuperAwesomeLTD/sa-mobile-sdk-agegate-ios.git", |
| "tag": "1.0.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "Base", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "Pod/Classes/**/*" |
| }, |
| { |
| "name": "AIR", |
| "dependencies": { |
| "SAAgeGate/Base": [ |
| |
| ] |
| }, |
| "source_files": "Pod/Plugin/AIR/*" |
| }, |
| { |
| "name": "Unity", |
| "dependencies": { |
| "SAAgeGate/Base": [ |
| |
| ] |
| }, |
| "source_files": "Pod/Plugin/Unity/*" |
| } |
| ] |
| } |