[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / d / e / 4 / TinyAnalytics / 1.1.0 / TinyAnalytics.podspec.json
blob64ae3d33330578d3e38437bebd0b7b3a0f3084d1
2   "name": "TinyAnalytics",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "A lightweight library for Google Analytics.",
6   "homepage": "https://github.com/Leandros/TinyAnalytics",
7   "authors": {
8     "Arvid Gerstmann": "dev@arvid-g.de"
9   },
10   "source": {
11     "git": "https://github.com/Leandros/TinyAnalytics.git",
12     "tag": "1.1.0"
13   },
14   "source_files": "TinyAnalytics/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.0"
22     ]
23   }