[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / c / 2 / STM / 0.0.43 / STM.podspec.json
blob55afe0cdf683180569f679ac7a81cbaf5d4b0765
2   "name": "STM",
3   "version": "0.0.43",
4   "summary": "Shout To Me iOS SDK",
5   "description": "An iOS SDK that can be used to consume the Shout to Me cloud services.",
6   "homepage": "https://github.com/ShoutToMe/stm-sdk-ios",
7   "license": "MIT",
8   "authors": {
9     "Tyler Clemens": "tyler@shoutto.me"
10   },
11   "source": {
12     "git": "https://github.com/ShoutToMe/stm-sdk-ios.git",
13     "tag": "0.0.43"
14   },
15   "social_media_url": "https://twitter.com/shout_to_me",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "STM": [
23       "Pod/Assets/*.{png,xib,caf}"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "AWSCore": [
29       "~> 2.5"
30     ],
31     "AWSS3": [
32       "~> 2.5"
33     ],
34     "AWSSNS": [
35       "~> 2.5"
36     ]
37   }