blob: 0430f311574bba87b47f0f47503f68f7d2547ba0 [file] [log] [blame]
{
"name": "Obsidian-iOS-SDK",
"version": "1.0.0",
"summary": "A Swift interface to the Obsidian Server API",
"description": "The Obsidian iOS SDK provides a Swift interface to the Obsidian Server API.",
"homepage": "http://tendigi.com",
"license": "MIT",
"authors": {
"Nick Lee": "nick@tendigi.com"
},
"source": {
"git": "https://github.com/TENDIGI/Obsidian-iOS-SDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.4"
},
"requires_arc": true,
"source_files": [
"Obsidian-iOS-SDK/**/*.swift",
"External/**/*.swift"
]
}