blob: e38d56b8f37ef28c265aad6d9bdc4d7eb8ca0004 [file] [log] [blame]
{
"name": "LifeupSnap",
"version": "0.0.3",
"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.3"
},
"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/*.swift",
"LifeupSnap/Protocols/ViewModels/Snap/Snap/*.swift"
]
}
]
}