blob: 4daaec69942dcd3e44964249323615d5066bee9d [file] [log] [blame]
{
"name": "PEDev-Console",
"version": "1.0.3",
"license": "MIT",
"summary": "An iOS static library to aid in the development of iOS apps.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEDev-Console",
"source": {
"git": "https://github.com/evanspa/PEDev-Console.git",
"tag": "PEDev-Console-v1.0.3"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"resources": "Resources/PEDev-Console.bundle",
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.20"
],
"PESimu-Select": [
"~> 1.0.3"
]
}
}