[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 1 / 5 / GoSquared / 0.1.0 / GoSquared.podspec.json
blob711e6ccb1d1d9a395f78187299351f4ac135e42d
2   "name": "GoSquared",
3   "version": "0.1.0",
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.1.0"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "GoSquared/*.{h,m}"
29     },
30     {
31       "name": "Autoload",
32       "source_files": "GoSquared/Autoload/*.{h,m}",
33       "dependencies": {
34         "GoSquared/Core": [
36         ]
37       }
38     }
39   ]