blob: 15cd57ac861ef9344796f3af1d97ca9bfd86e6dc [file] [log] [blame]
{
"name": "AMKPromptView",
"version": "0.1.0",
"summary": "AMKPromptView",
"description": "The dispatcher with no regist process to split your iOS Project into multiple project.",
"homepage": "https://github.com/AndyM129/AMKPromptView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy__M": "andy_m129@163.com"
},
"source": {
"git": "https://github.com/AndyM129/AMKPromptView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "UIViewControllerExtensionMethods",
"subspecs": [
{
"name": "UIViewControllerExtensionMethods",
"source_files": "AMKPromptView/Classes/UIViewControllerExtensionMethods/*.{h,m}",
"dependencies": {
"AMKPromptView/AMKPromptView": [
]
}
},
{
"name": "AMKPromptView",
"source_files": "AMKPromptView/Classes/AMKPromptView/*.{h,m}",
"dependencies": {
"AMKPromptView/AMKPlaceholderView": [
]
}
},
{
"name": "AMKPlaceholderView",
"source_files": "AMKPromptView/Classes/AMKPlaceholderView/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}
]
}