[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 2 / 6 / RocketAlert / 1.0-beta.1 / RocketAlert.podspec.json
blobaec29f83f55637c5313e3ce409df1c706bd8836d
2   "name": "RocketAlert",
3   "version": "1.0-beta.1",
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": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/peppesapienza/Rocket-Alert.git",
18     "tag": "1.0-beta.1"
19   },
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ],
26     "source_files": [
27       "RocketAlert/*.swift",
28       "RocketAlert/ViewSupport/*.swift",
29       "RocketAlert/UI/*.swift",
30       "RocketAlert/Model/*.swift",
31       "RocketAlert/Protocol/*.swift",
32       "RocketAlert/**/*.{h,m,swift,plist}"
33     ]
34   }