blob: b4599dd8efe728b08bf824dace26f68d60db4e2e [file] [log] [blame]
{
"name": "PEObjc-Commons",
"version": "1.0.112",
"license": "MIT",
"summary": "A collection of common Objective-C utilities that are not particular to any domain.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEObjc-Commons",
"source": {
"git": "https://github.com/evanspa/PEObjc-Commons.git",
"tag": "PEObjc-Commons-v1.0.112"
},
"platforms": {
"ios": "8.0"
},
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "PEObjc-Commons/*.{h,m}",
"dependencies": {
"BlocksKit": [
"~> 2.2.5"
]
}
}
]
}