[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 0 / 6 / f / LinkITrack / 0.0.11 / LinkITrack.podspec.json
blob4f63dde221cb6a941bf1ebd600b854a2f0a93d48
2   "name": "LinkITrack",
3   "version": "0.0.11",
4   "summary": "A small utility to include tracking in your own app",
5   "description": "Add client-tracking into your own app from LinkIT",
6   "pod_target_xcconfig": {
7     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
8   },
9   "static_framework": true,
10   "user_target_xcconfig": {
11     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
12   },
13   "swift_versions": "4.0",
14   "homepage": "https://github.com/Towbe/LinkITrack",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "LinkIT": "admin@towbe.com"
21   },
22   "source": {
23     "git": "https://github.com/Towbe/LinkITrack-IOs.git",
24     "tag": "0.0.11"
25   },
26   "platforms": {
27     "ios": "10.0"
28   },
29   "source_files": "LinkITrack/Classes/**/*",
30   "resources": [
31     "LinkITrack/Resources/**/*",
32     "LinkITrack/Assets/**/*"
33   ],
34   "dependencies": {
35     "GoogleMaps": [
37     ]
38   },
39   "frameworks": [
40     "Foundation",
41     "UIKit"
42   ],
43   "swift_version": "4.0"