| { |
| "name": "PNYUIKit", |
| "version": "0.1.0", |
| "summary": "Official Penny SDK for iOS to access Penny Platform.", |
| "description": " The Penny SDK for iOS UIKit framework provides:\n * Pre-configured user interface components for displaying Questions, Posts, and Answers.\n * Pre-configured user interface components for composing Posts, and Answers.\n", |
| "license": { |
| "type": "Penny Platform License", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Devon Boyer": "devon@thecodery.com" |
| }, |
| "homepage": "https://github.com/pennyhq/penny-sdk-ios", |
| "requires_arc": true, |
| "libraries": "z", |
| "source": { |
| "git": "https://github.com/pennyhq/penny-sdk-ios.git", |
| "tag": "sdk-version-0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "ios": { |
| "preserve_paths": "PNYUIKit.framework", |
| "public_header_files": "PNYUIKit.framework/Versions/A/Headers/*.h", |
| "resources": "PNYUIKitResources.bundle", |
| "vendored_frameworks": "PNYUIKit.framework" |
| }, |
| "dependencies": { |
| "PNYCoreKit": [ |
| |
| ] |
| } |
| } |