[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / 1 / FlippableViewController / 1.0.0 / FlippableViewController.podspec.json
blob36a3228a4afdb2894b6fe4b9bd534cb1f8302c25
2   "name": "FlippableViewController",
3   "version": "1.0.0",
4   "summary": "A view controller that allows easy flipping between two child view controllers.",
5   "description": "                   FlippableViewController is a UIViewController subclass that allows easy flipping between two child view controller that are passed in during the init phase.\n",
6   "homepage": "https://github.com/jmenter/FlippableViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Menter": "jmenter@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/jmenter",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/jmenter/FlippableViewController.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m,png,swift}"
25   ],
26   "requires_arc": true