blob: f726bfd5a799b689fc294b1eed2e63375bfc5d17 [file] [log] [blame]
{
"name": "testRepo",
"version": "0.0.2",
"summary": "maybe do some test for pod repo.",
"description": "testRepo just a test for podspec is available for ios developer",
"homepage": "https://github.com/createNewWorld/testRepo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"包勇": "baozigemang@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/createNewWorld/testRepo.git",
"tag": "0.0.2"
},
"source_files": [
"TestRepo/*.{h,m}",
"TestRepo/**/*.{h,m}"
],
"exclude_files": "TestRepo/Exclude",
"public_header_files": [
"TestRepo/*.h",
"TestRepo/**/*.h"
],
"requires_arc": true
}