blob: 3020a3b15bf232a8e89b1bf40af0d4f84939c548 [file] [log] [blame]
{
"name": "STM",
"version": "0.2.1",
"summary": "Shout To Me iOS SDK",
"description": "An iOS SDK that can be used to consume the Shout to Me cloud services.",
"homepage": "https://github.com/ShoutToMe/stm-sdk-ios",
"license": "MIT",
"authors": {
"Tyler Clemens": "tyler@shoutto.me"
},
"source": {
"git": "https://github.com/ShoutToMe/stm-sdk-ios.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/shout_to_me",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STM": [
"Pod/Assets/*.{png,xib,caf}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AWSCore": [
"~> 2.5"
],
"AWSS3": [
"~> 2.5"
],
"AWSSNS": [
"~> 2.5"
]
}
}