[Delete] TapjoySDK 14.2.0
[CocoaPods.git] / Specs / a / 3 / 5 / ActivityRings / 2.0.0 / ActivityRings.podspec.json
blob0bd4899bab4b512c85c59394a4e347bf4657875e
2   "name": "ActivityRings",
3   "version": "2.0.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": "2.0.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   "watchos": {
34     "source_files": [
35       "Sources/iOS/**/*.swift",
36       "Sources/watchOS/**/*.swift"
37     ]
38   },
39   "platforms": {
40     "ios": "8.0",
41     "osx": "10.10",
42     "tvos": "9.0",
43     "watchos": "4.0"
44   }