blob: 940be43290333c0ec82592bf20fadbd64c85faf2 [file] [log] [blame]
{
"name": "LifeupSnap",
"version": "0.0.4",
"summary": "LifeupSnap iOS",
"homepage": "http://lifeuptest.life",
"license": "Lifeup co.,Ltd",
"authors": {
"Khwan Siricharoenporn": "card@lifeup.cool"
},
"source": {
"git": "https://github.com/Gorgard/LifeupSnapiOS.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"LifeupSnap/LifeupSnap": [
]
}
}
},
{
"name": "LifeupSnap",
"source_files": [
"LifeupSnap/Controllers/Snap/Snap/*.swift",
"LifeupSnap/Protocols/ViewModels/Snap/Snap/*.swift",
"LifeupSnap/Commons/Constants/LFSConstants.swift"
]
}
]
}