[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 4 / a / testRepo / 0.0.2 / testRepo.podspec.json
blobf726bfd5a799b689fc294b1eed2e63375bfc5d17
2   "name": "testRepo",
3   "version": "0.0.2",
4   "summary": "maybe do some test for pod repo.",
5   "description": "testRepo just a test for podspec is available for ios developer",
6   "homepage": "https://github.com/createNewWorld/testRepo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "包勇": "baozigemang@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/createNewWorld/testRepo.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "TestRepo/*.{h,m}",
23     "TestRepo/**/*.{h,m}"
24   ],
25   "exclude_files": "TestRepo/Exclude",
26   "public_header_files": [
27     "TestRepo/*.h",
28     "TestRepo/**/*.h"
29   ],
30   "requires_arc": true