[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / c / 2 / STM / 0.0.40 / STM.podspec.json
blobaa17f612957f895533ec9c1925ded55fd99649f5
2   "name": "STM",
3   "version": "0.0.40",
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.40"
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     "AWSSNS": [
29       "~> 2.4"
30     ]
31   }