blob: fc113950d50c906a6c6d1aec78158a7eb899cf19 [file] [log] [blame]
{
"name": "STM",
"version": "0.0.2",
"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.0.2"
},
"social_media_url": "https://twitter.com/shout_to_me",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STM": [
"Pod/Assets/*.{png,xib,caf}"
]
}
}