[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / c / PEObjc-Commons / 1.0.43 / PEObjc-Commons.podspec.json
blobbb0e308a049ef4f321867e4f3f50a908d6535718
2   "name": "PEObjc-Commons",
3   "version": "1.0.43",
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.43"
13   },
14   "platforms": {
15     "ios": "8.3"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": [
20     "**/*Tests/*.*",
21     "**/DemoApp/*"
22   ],
23   "requires_arc": true,
24   "resources": "PEObjc-Commons/Resources/PEObjc-Commons.bundle",
25   "dependencies": {
26     "JGActionSheet": [
27       "~> 1.0.4"
28     ],
29     "BlocksKit": [
30       "~> 2.2.5"
31     ]
32   }