[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / c / PEObjc-Commons / 1.0.114 / PEObjc-Commons.podspec.json
blobe3aba4a0bad01badd0eb7f4bf06d464476c02f16
2   "name": "PEObjc-Commons",
3   "module_name": "PEObjcCommons",
4   "version": "1.0.114",
5   "license": "MIT",
6   "summary": "A collection of common Objective-C utilities that are not particular to any domain.",
7   "authors": {
8     "Paul Evans": "evansp2@gmail.com"
9   },
10   "homepage": "https://github.com/evanspa/PEObjc-Commons",
11   "source": {
12     "git": "https://github.com/evanspa/PEObjc-Commons.git",
13     "tag": "PEObjc-Commons-v1.0.114"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
20   "source_files": "**/*.{h,m}",
21   "exclude_files": [
22     "**/*Tests/*.*",
23     "**/DemoApp/*"
24   ],
25   "dependencies": {
26     "BlocksKit": [
27       "~> 2.2.5"
28     ]
29   }