blob: 0bd4899bab4b512c85c59394a4e347bf4657875e [file] [log] [blame]
{
"name": "ActivityRings",
"version": "2.0.0",
"summary": "An attempt to recreate the ring controls in Apple’s Activity app",
"description": "ActivityRings is an attempt to recreate the ring controls used in Apple’s iOS and watchOS Activity app",
"homepage": "https://github.com/HarshilShah/ActivityRings",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Harshil Shah": "harshilshah1910@me.com"
},
"social_media_url": "https://twitter.com/HarshilShah1910",
"source": {
"git": "https://github.com/HarshilShah/ActivityRings.git",
"tag": "2.0.0"
},
"frameworks": "SpriteKit",
"source_files": [
"Sources/Shared/**/*.swift",
"Sources/Supporting\\ Files/ActivityRings.h"
],
"ios": {
"source_files": "Sources/iOS/**/*.swift"
},
"osx": {
"source_files": "Sources/macOS/**/*.swift"
},
"tvos": {
"source_files": "Sources/iOS/**/*.swift"
},
"watchos": {
"source_files": [
"Sources/iOS/**/*.swift",
"Sources/watchOS/**/*.swift"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "4.0"
}
}