blob: 966cb72f67ef4280e721d9afcf9b786cf8fdb778 [file] [log] [blame]
{
"name": "Brilliant",
"version": "0.2.1.1",
"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.2.1.1"
},
"social_media_url": "https://twitter.com/brilliantnps",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Brilliant": [
"Assets/*.png",
"Assets/*.xib"
]
},
"dependencies": {
"Alamofire": [
"~> 2.0"
],
"ReachabilitySwift": [
"2.0"
]
}
}