[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 2 / 8 / 6 / MSPageViewController / 1.0.0 / MSPageViewController.podspec.json
blob4a172dc8fd99a934f6106e2271ca1f8991b461e7
2   "name": "MSPageViewController",
3   "version": "1.0.0",
4   "summary": "Create UIPageViewControllers using storyboards.",
5   "homepage": "https://github.com/mindsnacks/MSPageViewController",
6   "license": {
7     "type": "WTFPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nacho Soto": "hello@nachosoto.com"
12   },
13   "source": {
14     "git": "https://github.com/mindsnacks/MSPageViewController.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "MSPageViewController/Source/*.{h,m}",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "QuartzCore"
26     ]
27   }