blob: 2bd2443ca76fb1a3056f6866080fba349ea679b1 [file] [log] [blame]
{
"name": "MTDataAPI-SDK",
"version": "1.0.5",
"summary": "Movable Type Data API SDK for Swift.",
"description": "This is the SDK for Movable Type Data API. You can use/redistribute under the MIT license.",
"homepage": "https://github.com/movabletype/mt-data-api-sdk-swift",
"license": "MIT",
"authors": {
"Six Apart": "cocoapods@sixapart.com"
},
"source": {
"git": "https://github.com/movabletype/mt-data-api-sdk-swift.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SDK/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}