[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 1 / 6 / HKRewind / 1.0.0 / HKRewind.podspec.json
blob138ad60518e98b5439646ea56a0d342c640a0382
2   "name": "HKRewind",
3   "version": "1.0.0",
4   "summary": "A UIGestureRecognizer subclass and a HUD view that help you implement a rewind gesture à la Paper by Fifty-Three.",
5   "homepage": "https://github.com/Harmek/HKRewind",
6   "screenshots": "https://github.com/Harmek/HKRewind/raw/master/Screenshot.png",
7   "authors": {
8     "Panos Baroudjian": "baroudjian.panos@gmail.com"
9   },
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/Harmek/HKRewind.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": [
19     "HKRewind/Classes/HKArcPoints.{h,mm}",
20     "HKRewind/Classes/HKGeometryHelpers.{h,mm}",
21     "HKRewind/Classes/HKRewindGestureRecognizer.{h,mm}",
22     "HKRewind/Classes/HKRewindHUD.{h,mm}",
23     "HKRewind/Classes/HKRewindView.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "HKCircularProgressView": [
28       "~> 1.1.0"
29     ]
30   },
31   "xcconfig": {
32     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
33     "CLANG_CXX_LIBRARY": "libc++"
34   }