[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / f / e / SwipeBack / 1.1.0 / SwipeBack.podspec.json
blob3b62d9773740fba9136d01a6be9334a58a4473eb
2   "name": "SwipeBack",
3   "version": "1.1.0",
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.1.0"
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   ]