blob: b0d324a524d1bf0f61c3781e7cc72030b7e1d5c5 [file] [log] [blame]
{
"name": "BufferSwiftKit",
"version": "0.1.2",
"summary": "BufferSwiftKit is a Swift based SDK to access the Buffer API.",
"homepage": "https://github.com/bufferapp/BufferSwiftKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Humberto Aquino": "humber@buffer.com",
"Andrew Yates": "andy@buffer.com",
"Jordan Morgan": "jordan@buffer.com"
},
"source": {
"git": "https://github.com/bufferapp/BufferSwiftKit.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/bufferdevs",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/**/*.{h,swift}",
"dependencies": {
"Moya": [
],
"ObjectMapper": [
]
}
}