blob: f5d0f0ea3d16b7b739d496188cdbbfd3f076eade [file] [log] [blame]
{
"name": "Vike-Flurry",
"version": "0.1.4.2",
"summary": "Flurry integration for Vike's' analytics library",
"homepage": "https://github.com/nemezis16/Vike",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Osadchuk": "roman.osadchuk@thinkmobiles.com"
},
"platforms": {
"ios": "8.3"
},
"source": {
"git": "https://github.com/nemezis16/Vike.git",
"tag": "0.1.4.2"
},
"source_files": "VikeFlurry/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Flurry",
"dependencies": {
"Flurry-iOS-SDK/FlurrySDK": [
"~> 7.1.0"
]
}
},
{
"name": "Vike",
"dependencies": {
"Vike": [
]
}
}
]
}