blob: 61e2849540c4e2569355a5e537ac619497908892 [file] [log] [blame]
{
"name": "TestCocoapodsSDK",
"version": "1.0.3",
"summary": "A short description of TestCocoapodsSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.com/alexanderchen/TestCocoapodsSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexanderChen": "alexandre.chen@sonet-tw.net.tw"
},
"source": {
"git": "https://gitlab.com/alexanderchen/TestCocoapodsSDK.git",
"tag": "1.0.3"
},
"swift_version": "3.0",
"platforms": {
"ios": "9.0"
},
"source_files": "TestCocoapodsSDK/Classes/**/*",
"resource_bundles": {
"TestCocoapodsSDK": [
"TestCocoapodsSDK/Assets/**.{png,xib,storyboard}"
]
},
"ios": {
"vendored_frameworks": "TestCocoapodsSDK/*.framework"
}
}