blob: 54087e999bf89b82c01ca60aca116d14d19f6e9a [file] [log] [blame]
{
"name": "Bit2Common",
"version": "0.2.1",
"authors": {
"Bit2 Technology": "contact@bit2.technology"
},
"social_media_url": "https://twitter.com/bit2technology",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/bit2technology/bit2common-apple",
"source": {
"git": "https://github.com/bit2technology/bit2common-apple.git",
"tag": "0.2.1"
},
"summary": "A collection of common code used through Bit2 Technology projects.",
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.11"
},
"frameworks": "Foundation",
"source_files": "Sources/Bit2Common.h",
"public_header_files": "Sources/Bit2Common.h",
"subspecs": [
{
"name": "AdvancedOperation",
"source_files": "Sources/AdvancedOperation/"
},
{
"name": "CoreData",
"frameworks": "CoreData",
"source_files": "Sources/CoreData/"
},
{
"name": "CoreDataOperation",
"dependencies": {
"Bit2Common/AdvancedOperation": [
"~> 0.2.0"
],
"Bit2Common/CoreData": [
"~> 0.2.0"
]
},
"source_files": "Sources/CoreDataOperation/"
},
{
"name": "URLSessionDataTaskOperation",
"dependencies": {
"Bit2Common/AdvancedOperation": [
"~> 0.2.0"
]
},
"source_files": "Sources/URLSessionDataTaskOperation/"
}
]
}