[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / 2 / STM / 0.0.46 / STM.podspec.json
blob91bccd377e759326e27006e576b1e55d6c1ce509
2   "name": "STM",
3   "version": "0.0.46",
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.46"
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   }