blob: 325cada153efd44156d24cbb3358c2cda2fc04fe [file] [log] [blame]
{
"name": "LifeupSnap",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"LifeupSnap/LifeupSnap": [
]
}
}
},
{
"name": "LifeupSnap",
"source_files": [
"LifeupSnap/Protocols/**/*.swift",
"LifeupSnap/Designs/**/*.xib",
"LifeupSnap/Commons/**/*.swift",
"LifeupSnap/Controllers/**/*.swift",
"LifeupSnap/ViewModels/**/*.swift",
"LifeupSnap/Enums/**/*.swift",
"LifeupSnap/Models/**/*.swift"
]
}
]
}