blob: 35f1081f64bdecb567540096884399808ce2e89a [file] [log] [blame]
{
"name": "PEObjcCommons",
"version": "1.0.115",
"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.115"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
"source_files": "**/*.{h,m}",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"dependencies": {
"BlocksKit": [
"~> 2.2.5"
]
}
}