[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / f / e / SwipeBack / 1.0.6 / SwipeBack.podspec.json
blob7fd4603a63ccac79953a939bf59a9e9724f81da8
2   "name": "SwipeBack",
3   "version": "1.0.6",
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.6"
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   }