[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / f / 6 / MJPlistViewController / 0.1.1 / MJPlistViewController.podspec.json
bloba51a60341957faadc149b33ddf23de94df3a6423
2   "name": "MJPlistViewController",
3   "version": "0.1.1",
4   "summary": "This is view controller with table view which read the data from plist file.",
5   "homepage": "https://github.com/Musjoy/MJPlistViewController",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/MJPlistViewController.git",
12     "tag": "v-0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJPlistViewController/Classes/**/*",
18   "user_target_xcconfig": {
19     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PLIST_CONTROLLER"
20   },
21   "dependencies": {
22     "ModuleCapability": [
23       "~> 0.1.2"
24     ]
25   },
26   "prefix_header_contents": "#import \"ModuleCapability.h\""