blob: 2d8432f114b0dafa5d0c1421e9e0da1a2151d057 [file] [log] [blame]
{
"name": "TestAlert",
"version": "0.0.1",
"summary": "A short demo description of TestAlert.",
"description": "This is Sally's testAlert demo. Welcome here.",
"homepage": "https://git.silvrr.com/Sallly/TestAlert",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Sally": "huangtt@akulaku.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "git@git.silvrr.com:Sallly/TestAlert.git",
"tag": "0.0.1"
},
"source_files": [
"TestAlert",
"TestAlert/Example/**/*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
]
}
}