| { |
| "name": "Vike-GoogleAnalytics", |
| "version": "0.1.4.3", |
| "summary": "GoogleAnalytics 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": "VikeGoogleAnalytics/*.{h,m}", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Google", |
| "dependencies": { |
| "Google/Analytics": [ |
| "~> 3.0.3" |
| ] |
| } |
| }, |
| { |
| "name": "Vike", |
| "dependencies": { |
| "Vike": [ |
| |
| ] |
| } |
| } |
| ] |
| } |