| { |
| "name": "Loopify", |
| "version": "0.1.0", |
| "summary": "Let your users post and vote on bug reports & feature requests.", |
| "homepage": "https://loopify.co", |
| "license": { |
| "type": "Commercial", |
| "text": "Created and licensed by Loopify. Copyright 2016 Product Pains Inc. All rights reserved." |
| }, |
| "authors": { |
| "Loopify": "hello@loopify.co" |
| }, |
| "social_media_url": "https://twitter.com/loopify", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "http": "https://loopify.co/sdk/0.1.0/Loopify.framework.zip" |
| }, |
| "requires_arc": true, |
| "preserve_paths": "Loopify.framework", |
| "source_files": "Loopify.framework/Headers/**/*.h", |
| "public_header_files": "Loopify.framework/Headers/**/*.h", |
| "header_mappings_dir": "Loopify.framework/Headers", |
| "ios": { |
| "vendored_frameworks": "Loopify.framework", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |
| } |