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