[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / 5 / 9 / Modal / 1.0.2 / Modal.podspec.json
blob680cc02fe6eb43c19b2bcbc82677192a585dd16d
2   "name": "Modal",
3   "version": "1.0.2",
4   "summary": "Create custom modals for iOS without worrying worrying displaying, positioning, sizing, and screen orientation.",
5   "description": "Create custom modals for iOS without worrying worrying displaying, positioning, sizing, and screen orientation. You can provide a fixed size for each modal, or use relative sizing. Compatible with iPhone and iPad apps.",
6   "homepage": "https://github.com/amirshayegh/Modal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amirshayegh": "shayegh@me.com"
13   },
14   "source": {
15     "git": "https://github.com/amirshayegh/Modal.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Modal/Classes/**/*.{swift}",
22   "resource_bundles": {
23     "Modal": [
24       "Modal/Classes/**/*.{storyboard,xib}",
25       "Modal/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit"