blob: c37b8360ce21055f13b5255e7124379b228f7d12 [file] [log] [blame]
{
"name": "MJPlistViewController",
"version": "0.1.0",
"summary": "This is view controller with table view which read the data from plist file.",
"homepage": "https://github.com/Musjoy/MJPlistViewController",
"license": "MIT",
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "https://github.com/Musjoy/MJPlistViewController.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MJPlistViewController/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PLIST_CONTROLLER"
},
"dependencies": {
"ModuleCapability": [
"~> 0.1.1"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}