blob: d40cfe90677d75ef848787982c44e40ab64db233 [file] [log] [blame]
{
"name": "Snapify",
"version": "0.1.1",
"summary": "Swift implementation of Snapify architecture.",
"homepage": "https://github.com/gsagadyn/Snapify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grzegorz Sagadyn": "sagadyn@gmail.com"
},
"source": {
"git": "https://github.com/gsagadyn/Snapify.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.3"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"default_subspecs": [
"Core",
"Store",
"Extensions"
],
"subspecs": [
{
"name": "Core",
"source_files": "Snapify/Core/**/*"
},
{
"name": "Store",
"source_files": "Snapify/Store/**/*"
},
{
"name": "Extensions",
"source_files": "Snapify/Extensions/**/*"
}
]
}