[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / 1 / UIViewController+isModal / 0.1.0 / UIViewController+isModal.podspec.json
blobc462d3b0769c020aa7f5a7fa79ea5a554e202d57
2   "name": "UIViewController+isModal",
3   "version": "0.1.0",
4   "summary": "Determine if current UIViewController is modal",
5   "description": "\"Simple extension to determine if presented UIViewController is modal\"",
6   "homepage": "https://github.com/benjdum59/UIVIewController-isModal",
7   "license": "MIT",
8   "authors": {
9     "benjdum59": "benjdum59@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/benjdum59/UIViewController-isModal.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "isModal": [
22       "Pod/Assets/*.png"
23     ]
24   }