blob: fe88d7a176a41a1879c61dc9d9198d8b236edca8 [file] [log] [blame]
{
"name": "Brilliant",
"version": "0.4.4",
"summary": "A library for in-app NPS Surveys",
"description": "Brilliant is a library for in-app nps (net promoter score) surveys",
"homepage": "https://github.com/tomboates/BrilliantSDK",
"screenshots": [
"http://www.brilliant-llc.com/nps.png",
"http://www.brilliant-llc.com/comments.png",
"http://www.brilliant-llc.com/rating.png"
],
"license": "MIT",
"authors": {
"Tom Boates": "tom.boates@me.com"
},
"source": {
"git": "https://github.com/tomboates/BrilliantSDK.git",
"tag": "0.4.4"
},
"social_media_url": "https://twitter.com/brilliantnps",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Brilliant": [
"Assets/*.png",
"Assets/*.xib"
]
},
"dependencies": {
"Alamofire": [
"~> 4.0.1"
],
"ReachabilitySwift": [
"~> 3"
]
},
"pushed_with_swift_version": "3.0"
}