blob: 6c7fedc772b14cca5f1ffd9e19142f9bd53bf40c [file] [log] [blame]
{
"name": "PEObjc-Commons",
"version": "1.0.45",
"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.45"
},
"platforms": {
"ios": "8.3"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
"dependencies": {
"JGActionSheet": [
"~> 1.0.4"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}