[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / c / 2 / STM / 0.2.3 / STM.podspec.json
blobde0f5faf71b6d4754ee7823e069db0e1454ad440
2   "name": "STM",
3   "version": "0.2.3",
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.2.3"
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/**/*.{h,m,swift,xcdatamodeld}",
21   "resources": "Pod/Classes/Internal/STMData*.xcdatamodeld",
22   "resource_bundles": {
23     "STM": [
24       "Pod/Assets/*.{png,xib,caf}"
25     ]
26   },
27   "public_header_files": "Pod/Classes/**/*.h",
28   "frameworks": "CoreData",
29   "dependencies": {
30     "AWSCore": [
31       "~> 2.6.12"
32     ],
33     "AWSS3": [
34       "~> 2.6.12"
35     ],
36     "AWSSNS": [
37       "~> 2.6.12"
38     ]
39   }