[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 3 / 9 / 5 / Snapify / 0.1.0 / Snapify.podspec.json
blob0688386ac29c96e270110f22c5d8e2d4367f3d34
2   "name": "Snapify",
3   "version": "0.1.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.1.0"
16   },
17   "platforms": {
18     "ios": "9.3"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "default_subspecs": [
26     "Core",
27     "Store",
28     "Extensions"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Snapify/Core/**/*"
34     },
35     {
36       "name": "Store",
37       "source_files": "Snapify/Store/**/*"
38     },
39     {
40       "name": "Extensions",
41       "source_files": "Snapify/Extensions/**/*"
42     }
43   ]