[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 9 / Astronomer-GoogleAnalytics / 1.1.4 / Astronomer-GoogleAnalytics.podspec.json
blobb00023931aadd0715bca16450c8193681cc64a7d
2   "name": "Astronomer-GoogleAnalytics",
3   "version": "1.1.4",
4   "summary": "Google Analytics Integration for Astronomer's analytics-ios library. Adapted from Segment.",
5   "description": "AstronomerAnalytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.\n\nThis is the Google Analytics integration for the iOS library.",
6   "homepage": "http://astronomer.io/",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Astronomer": "info@astronomer.io"
12   },
13   "source": {
14     "git": "https://github.com/astronomerio/analytics-ios-integration-google-analytics.git",
15     "tag": "1.1.4"
16   },
17   "social_media_url": "https://twitter.com/astronomerio",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "vendored_libraries": "Pod/Classes/libGoogleAnalyticsServices.a",
23   "frameworks": [
24     "CoreData",
25     "SystemConfiguration"
26   ],
27   "libraries": [
28     "sqlite3",
29     "z"
30   ],
31   "source_files": "Pod/Classes/**/*",
32   "dependencies": {
33     "AstronomerAnalytics": [
34       "~> 3.0"
35     ]
36   }