| { |
| "name": "SurveySlice", |
| "version": "1.0.2", |
| "summary": "Library to monetize your IOS app with Survey Slice", |
| "description": "Official Library to monetize your IOS app with Survey Slice", |
| "homepage": "http://www.surveyslice.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris Allan Li": "me@chrisallanli.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.0.0", |
| "source": { |
| "git": "https://github.com/favasian/surveyslice.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "SurveySlice/**/*.{swift}", |
| "resources": "SurveySlice/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ], |
| "ReachabilitySwift": [ |
| "~> 3" |
| ], |
| "SwiftSpinner": [ |
| "~> 1.5.0" |
| ], |
| "CountryPickerSwift": [ |
| "~> 1.7.1" |
| ], |
| "Gloss": [ |
| "~> 2.0" |
| ], |
| "SDWebImage": [ |
| "~> 4.0" |
| ] |
| } |
| } |