[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 5 / c / 6 / WXPiwikTracker / 3.3.3 / WXPiwikTracker.podspec.json
blob2b31aa9a5b0266e7c86afd9896f4ee8a59805513
2   "name": "WXPiwikTracker",
3   "version": "3.3.3",
4   "summary": "A Piwik tracker written in Objective-C for iOS and OSX apps.",
5   "homepage": "https://github.com/matomo-org/matomo-sdk-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mattias Levin": "mattias.levin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/LisonFan/matomo-sdk-ios",
15     "tag": "v3.3.3"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "PiwikTracker/*.{h,m}",
27       "osx": {
28         "exclude_files": "PiwikTracker/PiwikTrackedViewController.{h,m}",
29         "frameworks": [
30           "Foundation",
31           "Cocoa",
32           "CoreData",
33           "CoreGraphics"
34         ]
35       },
36       "resources": "PiwikTracker/piwiktracker.xcdatamodeld",
37       "preserve_paths": "PiwikTracker/piwiktracker.xcdatamodeld",
38       "ios": {
39         "frameworks": [
40           "Foundation",
41           "UIKit",
42           "CoreData",
43           "CoreLocation",
44           "CoreGraphics"
45         ]
46       }
47     }
48   ]