blob: 13d32148f8cfbdb0aeb63ed27e62b3f174d9b1e3 [file] [log] [blame]
{
"name": "My123Library",
"version": "1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/ajinian/My123Library",
"authors": {
"ArtJin": "ugol13@gmail.com"
},
"summary": "My Test Library",
"source": {
"git": "https://github.com/ajinian/My123Library.git",
"tag": "1.0"
},
"source_files": [
"My123Library",
"My123Library/**/*.{h,m}",
"My123Library/*.swift"
],
"exclude_files": "My123Library/Exclude",
"public_header_files": "My123Library/**/*.h",
"platforms": {
"ios": "10.0"
}
}