[Add] KakaoGameSDK 3.19.8.1
[CocoaPods.git] / Specs / c / 5 / 9 / Modal / 1.0.0 / Modal.podspec.json
blobecee45875349963dbe895fa5a02058dcc28126b7
2   "name": "Modal",
3   "version": "1.0.0",
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.0"
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     ]
26   },
27   "frameworks": "UIKit"