[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 2 / MSSimpleGauge / 0.3 / MSSimpleGauge.podspec.json
blob4b3ce7f5b159dfc7a467ea5ed0a7170b6272c8e6
2   "name": "MSSimpleGauge",
3   "version": "0.3",
4   "summary": "Gauge like widget views for iOS.",
5   "homepage": "https://github.com/sabymike/MSSimpleGauge",
6   "screenshots": [
7     "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/simple.png",
8     "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/range.png",
9     "https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/annotated.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Mike Sabatini": "mike@parallelboxes.com"
14   },
15   "source": {
16     "git": "https://github.com/sabymike/MSSimpleGauge.git",
17     "tag": "0.3"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "SimpleGauge/Gauges/*.{h,m}",
23   "frameworks": [
24     "QuartzCore",
25     "UIKit",
26     "CoreGraphics",
27     "Foundation"
28   ],
29   "requires_arc": true