[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / 5 / ActivityRings / 1.1.0 / ActivityRings.podspec.json
blob74702d493eea5292c9254588e9ca758db4abb67a
2   "name": "ActivityRings",
3   "version": "1.1.0",
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": "1.1.0"
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   },
27   "osx": {
28     "source_files": "Sources/macOS/**/*.swift"
29   },
30   "tvos": {
31     "source_files": "Sources/iOS/**/*.swift"
32   },
33   "platforms": {
34     "ios": "8.0",
35     "osx": "10.10",
36     "tvos": "9.0"
37   },
38   "pushed_with_swift_version": "4.0"