blob: 104d1295cc81fd05b5af33eeff2bb4dd250b43ad [file] [log] [blame]
{
"name": "ESArcProgressView",
"version": "1.6",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"authors": {
"bvkuijck": "Bas van Kuijck <bas@e-sites.nl>"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A progress view to be used within Apple Watch projects.",
"source": {
"git": "https://github.com/e-sites/ESArcProgressView.git",
"tag": "1.6"
},
"homepage": "https://github.com/e-sites/ESArcProgressView",
"source_files": "ESArcProgressView/ESArcProgressView.h",
"public_header_files": "ESArcProgressView/*.h",
"frameworks": "QuartzCore",
"subspecs": [
{
"name": "Core",
"source_files": "ESArcProgressView/ESArcProgressViewCore.{h,m}"
},
{
"name": "Multiple",
"dependencies": {
"ESArcProgressView/Core": [
]
},
"source_files": "ESArcProgressView/ESMultipleArcProgressView.{h,m}"
},
{
"name": "Animations",
"dependencies": {
"AHEasing": [
"~> 1.2"
],
"ESArcProgressView/Core": [
]
},
"source_files": "ESArcProgressView/ESArcProgressView+Animations.{h,m}"
}
]
}