[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / 5 / ActivityRings / 2.0.1 / ActivityRings.podspec.json
blob541a8564bb0c0444645756d33ec15838da8042ae
2   "name": "ActivityRings",
3   "version": "2.0.1",
4   "summary": "An attempt to recreate the ring controls in Apple’s Activity app",
5   "description": "ActivityRings is an attempt to recreate the ring controls used in Apple’s iOS and watchOS Activity app",
6   "homepage": "https://github.com/HarshilShah/ActivityRings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Harshil Shah": "harshilshah1910@me.com"
13   },
14   "social_media_url": "https://twitter.com/HarshilShah1910",
15   "source": {
16     "git": "https://github.com/HarshilShah/ActivityRings.git",
17     "tag": "2.0.1"
18   },
19   "frameworks": "SpriteKit",
20   "source_files": [
21     "Sources/Shared/**/*.swift",
22     "Sources/Supporting\\ Files/ActivityRings.h"
23   ],
24   "ios": {
25     "source_files": "Sources/iOS/**/*.swift",
26     "pod_target_xcconfig": {
27       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SKVIEW_AVAILABLE $(inherited)"
28     }
29   },
30   "osx": {
31     "source_files": "Sources/macOS/**/*.swift",
32     "pod_target_xcconfig": {
33       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SKVIEW_AVAILABLE $(inherited)"
34     }
35   },
36   "tvos": {
37     "source_files": "Sources/iOS/**/*.swift",
38     "pod_target_xcconfig": {
39       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "SKVIEW_AVAILABLE $(inherited)"
40     }
41   },
42   "watchos": {
43     "source_files": [
44       "Sources/iOS/**/*.swift",
45       "Sources/watchOS/**/*.swift"
46     ]
47   },
48   "platforms": {
49     "ios": "8.0",
50     "osx": "10.10",
51     "tvos": "9.0",
52     "watchos": "4.0"
53   }