blob: f4b13cd07f0e5a952619e77f2f9a9776ec6e3df2 [file] [log] [blame]
{
"name": "SurveySlice",
"version": "0.0.2",
"summary": "Library to monetize your IOS app with Survey Slice",
"description": "Official Library to monetize your IOS app with Survey Slice",
"homepage": "https://survey-co.herokuapp.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": "0.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"
]
}
}