| { |
| "name": "SatisMeter", |
| "version": "0.1.1", |
| "summary": "SatisMeter SDK for iOS mobile survey", |
| "description": "SatisMeter is mobile and web platform for collecting customer feedback, based on Net Promoter Score. This package contains a survey widget that can be easily integrated into any iOS application.", |
| "homepage": "https://github.com/satismeter/satismeter-ios", |
| "license": "MIT", |
| "authors": { |
| "Satis Meter": "https://satismeter.com" |
| }, |
| "source": { |
| "git": "https://github.com/satismeter/satismeter-ios.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*.{h,m}", |
| "resource_bundles": { |
| "SatisMeter": [ |
| "Pod/Assets/*.bundle" |
| ] |
| }, |
| "resources": "Pod/Assets/**/*.bundle", |
| "vendored_libraries": "Pod/Assets/**/*.a", |
| "frameworks": "UIKit" |
| } |