blob: 780d409edd76783c3cdd49b02d853a5611c73106 [file] [log] [blame]
{
"name": "AWSSNSSubscriptor",
"platforms": {
"ios": "9.0"
},
"summary": "AWS's manager that handle subscription of sns's service.",
"requires_arc": true,
"version": "0.0.1",
"authors": {
"alfredolucomav": "alfredo.luco@mavericks"
},
"homepage": "https://github.com/alfredolucomav/AWSSNSSubscriptor",
"source": {
"git": "https://github.com/alfredolucomav/AWSSNSSubscriptor",
"tag": "0.0.1"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": "Sources/**/*.swift"
},
"dependencies": {
"AWSSNS": [
]
}
}