[Add] TapTapCoreSDK 4.5.1
[CocoaPods.git] / Specs / a / 7 / 6 / Analytics / 4.1.0 / Analytics.podspec.json
blob942a9ea1afdfbf0d0cc5853b8f20c6b678b4af82
2   "name": "Analytics",
3   "module_name": "Segment",
4   "version": "4.1.0",
5   "summary": "The hassle-free way to add analytics to your iOS app.",
6   "description": "Analytics for iOS provides a single API that lets you\nintegrate with over 100s of tools.",
7   "homepage": "http://segment.com/",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Segment": "friends@segment.com"
13   },
14   "source": {
15     "git": "https://github.com/segmentio/analytics-ios.git",
16     "tag": "4.1.0"
17   },
18   "social_media_url": "https://twitter.com/segment",
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "9.0"
22   },
23   "ios": {
24     "frameworks": "CoreTelephony"
25   },
26   "frameworks": [
27     "Security",
28     "StoreKit",
29     "SystemConfiguration",
30     "UIKit"
31   ],
32   "source_files": [
33     "Segment/Classes/**/*.{h,m}",
34     "Segment/Internal/**/*.{h,m}"
35   ]