[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.0.10 / GoSquared.podspec.json
blob3b70ba8aaee9a8e155757a49a6c3eea6b99213d5
2   "name": "GoSquared",
3   "version": "0.0.10",
4   "summary": "Tracking SDK for integrating GoSquared in your iOS app.",
5   "homepage": "https://gosquared.com/",
6   "social_media_url": "https://twitter.com/gosquared",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Giles Williams": "giles.williams@gmail.com",
13     "Ed Wellbrook": "edwellbrook@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/gosquared/gosquared-ios.git",
22     "tag": "v0.0.10"
23   },
24   "default_subspecs": "GoSquared",
25   "subspecs": [
26     {
27       "name": "GoSquared",
28       "source_files": "GoSquared/*.{m,h}"
29     },
30     {
31       "name": "Autoload",
32       "source_files": "GoSquared/**/*.{m,h}"
33     }
34   ]