| { |
| "name": "Shine", |
| "version": "1.2.0", |
| "summary": "The Shine iOS SDK, for integrating Shine into your iOS application.", |
| "homepage": "https://github.com/SoundwaveApp/Shine-iOS", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Clodagh ML": "clodagh@soundwave.com", |
| "Liam Russell": "liam@soundwave.com", |
| "Brian Boyle": "brian@soundwave.com" |
| }, |
| "source": { |
| "git": "https://github.com/SoundwaveApp/Shine-iOS.git", |
| "tag": "1.2.0" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "CoreGraphics", |
| "MobileCoreServices", |
| "Security", |
| "CoreData" |
| ], |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "preserve_paths": "Shine.framework", |
| "public_header_files": "Shine.framework/Versions/A/Headers/Shine.h", |
| "resources": "Shine.framework/Versions/A/Resources/ShineBundle.bundle", |
| "vendored_frameworks": "Shine.framework" |
| } |