blob: e43b2acf0d81725c088b181e096d941dfbfc1890 [file] [log] [blame]
{
"name": "My123Library",
"version": "1.1",
"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.1"
},
"source_files": [
"My123Library",
"My123Library/**/*.{h,m}",
"My123Library/*.swift"
],
"exclude_files": "My123Library/Exclude",
"public_header_files": "My123Library/**/*.h",
"platforms": {
"ios": "10.0"
},
"pushed_with_swift_version": "3.0"
}