blob: 54badfd0e48390dbb79b00e082042ea893f9dcc2 [file] [log] [blame]
{
"name": "AMKPromptView",
"version": "0.1.1",
"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.1"
},
"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": [
]
}
}
]
}