[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 0 / 2 / 1 / ESArcProgressView / 1.6.3 / ESArcProgressView.podspec.json
blob136fec00fb0b77780f5e58daa3acaac030f02574
2   "name": "ESArcProgressView",
3   "version": "1.6.3",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "requires_arc": true,
8   "authors": {
9     "bvkuijck": "Bas van Kuijck <bas@e-sites.nl>"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "summary": "A progress view to be used within Apple Watch projects.",
16   "source": {
17     "git": "https://github.com/e-sites/ESArcProgressView.git",
18     "tag": "1.6.3"
19   },
20   "homepage": "https://github.com/e-sites/ESArcProgressView",
21   "source_files": "ESArcProgressView/ESArcProgressView.h",
22   "public_header_files": "ESArcProgressView/*.h",
23   "frameworks": "QuartzCore",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ESArcProgressView/ESArcProgressViewCore.{h,m}"
28     },
29     {
30       "name": "Multiple",
31       "dependencies": {
32         "ESArcProgressView/Core": [
34         ]
35       },
36       "source_files": "ESArcProgressView/ESMultipleArcProgressView.{h,m}"
37     },
38     {
39       "name": "Animations",
40       "dependencies": {
41         "AHEasing": [
42           "~> 1.2"
43         ],
44         "ESArcProgressView/Core": [
46         ]
47       },
48       "source_files": "ESArcProgressView/ESArcProgressView+Animations.{h,m}"
49     }
50   ]