blob: 488081722f59c3293b157e61fcc10f3db4933548 [file] [log] [blame]
{
"name": "Swifixture",
"version": "0.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Swift library to load Json fixtures.",
"homepage": "https://github.com/thiagolioy/Swifixture",
"social_media_url": "https://twitter.com/tplioy",
"authors": {
"Thiago Lioy": "thiagolioy@gmail.com"
},
"source": {
"git": "https://github.com/thiagolioy/Swifixture.git",
"tag": "v0.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift",
"frameworks": "Foundation"
},
{
"name": "ObjectMapper",
"source_files": "Sources/ObjectMapper/*.swift",
"dependencies": {
"Swifixture/Core": [
],
"ObjectMapper": [
"~> 2.2.5"
]
}
}
]
}