[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / b / 9 / 1 / MPFlipViewController / 0.0.1 / MPFlipViewController.podspec.json
blobc4aff3e7c71fde923c652392b2d236ca6fa8bee6
2   "name": "MPFlipViewController",
3   "version": "0.0.1",
4   "summary": "Container view controller (iOS 5 containment API) that navigates between child view controllers via touch gestures and page-flip animations.",
5   "description": "A custom container view controller following the iOS 5 containment API that navigates between child view controllers via touch gestures and page-flip animations.",
6   "homepage": "http://markpospesel.com/2012/07/28/mpflipviewcontroller/",
7   "license": {
8     "type": "Modified BSD License",
9     "file": "Source Code License.rtf"
10   },
11   "authors": "Mark Pospesel",
12   "source": {
13     "git": "https://github.com/mpospese/MPFlipViewController.git",
14     "commit": "f75dc3455655bc540a8b523262f12d6b72caf8fe"
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": "Container",
20   "requires_arc": true,
21   "dependencies": {
22     "MPFoldTransition": [
24     ]
25   }