[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / 6 / RocketAlert / 1.0-beta.3 / RocketAlert.podspec.json
blobd0cb09a3e18db0c115defe9a9ff04f1a4b35d6fd
2   "name": "RocketAlert",
3   "version": "1.0-beta.3",
4   "summary": "User friendly, Modular and Modern iOS Alert View",
5   "homepage": "https://github.com/peppesapienza/Rocket-Alert",
6   "authors": {
7     "Giuseppe Sapienza": "giuseppe.sapienza@xcoding.it"
8   },
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/peppesapienza/Rocket-Alert.git",
18     "tag": "1.0-beta.3"
19   },
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ],
26     "source_files": [
27       "RocketAlert/*.swift",
28       "RocketAlert/**/*.{h,m,swift,plist}"
29     ]
30   }