blob: c6fe532014eb871104912be92333c6f672a354e3 [file] [log] [blame]
{
"name": "Vike-Crashlytics",
"version": "0.1.4.3",
"summary": "Crashlytics 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.3"
},
"source_files": "VikeCrashlytics/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "Fabric",
"dependencies": {
"Fabric": [
"~> 1.6.7"
]
}
},
{
"name": "Crashlytics",
"dependencies": {
"Crashlytics": [
"~> 3.7.0"
]
}
},
{
"name": "Vike",
"dependencies": {
"Vike": [
]
}
}
]
}