blob: 4e88fb1c0156eb4eb53de2828d88520f4c6d1455 [file] [log] [blame]
{
"name": "Pure",
"version": "1.1.1",
"summary": "Pure DI for Swift",
"homepage": "https://github.com/devxoul/Pure",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/Pure.git",
"tag": "1.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Pure/**/*.{swift,h,m}"
},
{
"name": "Stub",
"source_files": "Sources/PureStub/**/*.{swift,h,m}",
"dependencies": {
"Pure/Core": [
]
}
}
]
}