[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / 8 / 6 / MSPageViewController / 1.0.1 / MSPageViewController.podspec.json
blobde60dc9ed1f4bac83188268685db8e026f2a1e5a
2   "name": "MSPageViewController",
3   "version": "1.0.1",
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.1"
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   }