[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / 9 / 5 / Snapify / 0.5.0 / Snapify.podspec.json
blob3925c569a77a5832e23ada42b917060212051b89
2   "name": "Snapify",
3   "version": "0.5.0",
4   "summary": "Swift implementation of Snapify architecture.",
5   "homepage": "https://github.com/gsagadyn/Snapify",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Grzegorz Sagadyn": "sagadyn@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/gsagadyn/Snapify.git",
15     "tag": "0.5.0"
16   },
17   "swift_versions": "5.1",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "default_subspecs": [
27     "Core",
28     "Store",
29     "Extensions"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Snapify/Core/**/*"
35     },
36     {
37       "name": "Store",
38       "source_files": "Snapify/Store/**/*"
39     },
40     {
41       "name": "Extensions",
42       "source_files": "Snapify/Extensions/**/*"
43     }
44   ],
45   "swift_version": "5.1"