blob: a8e655d83c3452b1f9d2a3c3ee4c1242349958b5 [file] [log] [blame]
{
"name": "SafeNest",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"summary": "Safe nest for all the swifties.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Pham": "swiften.svc@gmail.com"
},
"homepage": "https://github.com/protoman92/SafeNest.git",
"source": {
"git": "https://github.com/protoman92/SafeNest.git",
"tag": "1.0.0"
},
"dependencies": {
"SwiftFP/Main": [
]
},
"subspecs": [
{
"name": "Main",
"source_files": "SafeNest/**/*.{swift}"
}
]
}