[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / f / e / SwipeBack / 1.0.3 / SwipeBack.podspec.json
blobe39ad9d10e4925eafaf6aeea6badda2d833c2949
2   "name": "SwipeBack",
3   "version": "1.0.3",
4   "summary": "Enable iOS7 swipe-to-back when custom back button is set.",
5   "homepage": "http://github.com/devxoul/SwipeBack",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "devxoul": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/SwipeBack.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "SwipeBack/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "QuartzCore"
26   ],
27   "dependencies": {
28     "JRSwizzle": [
29       "~> 1.0"
30     ]
31   }