blob: 5aa998a9e8559e28338b15d897ad3b380249dd98 [file] [log] [blame]
{
"name": "SwiftJSONKit",
"version": "0.1.0",
"summary": "A small Swift 3 framework for working with JSON APIs.",
"description": "This CocoaPod provides the ability to deserialize JSON into objects with ease.",
"homepage": "https://github.com/patrickmontalto/SwiftJSONKit",
"license": "MIT",
"authors": {
"patrickmontalto": "pmontalto@gmail.com"
},
"source": {
"git": "https://github.com/patrickmontalto/SwiftJSONKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftJSONKit/Sources/**/*",
"pushed_with_swift_version": "3.0"
}