[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / c / 4 / Announce / 1.1 / Announce.podspec.json
blob3603dbd387aa56cc59e2e0cc6f82a5f4b4576e65
2   "name": "Announce",
3   "version": "1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A simple framework to display alert and notification messages in Swift",
9   "homepage": "https://github.com/corujautx",
10   "social_media_url": "https://twitter.com/corujautx",
11   "authors": {
12     "Vitor Travain": "vitor.travain.aguiar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/corujautx/Announce.git",
16     "tag": "v1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.swift",
28       "frameworks": "Foundation"
29     }
30   ]