[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 7 / Spinnable / 1.0.0 / Spinnable.podspec.json
blob73bb718031a60caef209c3754f960339b8055156
2   "name": "Spinnable",
3   "version": "1.0.0",
4   "swift_versions": "4.0",
5   "summary": "The extension for UIView and UIViewController that provides a convenient way to handle the spinner on the application screen",
6   "description": "This extension allows elements subscribed to the Spinnable protocol to have access to show and hide spinner functions",
7   "homepage": "https://github.com/idapgroup/Spinnable",
8   "license": {
9     "type": "New BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "IDAP Group": "hello@idapgroup.com"
14   },
15   "source": {
16     "git": "https://github.com/idapgroup/Spinnable.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "header_mappings_dir": "Spinnable",
24   "source_files": "Spinnable/**/*.{swift,h,m,c,cpp}",
25   "swift_version": "4.0"