blob: c82579d0b426132ced9dbb7d467ac3e0e8d92c9b [file] [log] [blame]
{
"name": "AirKit",
"version": "0.0.2.1",
"summary": "AirKit created by Yuri Fox",
"homepage": "https://github.com/YuriFox/AirKit",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"YuriFox": "yuri17fox@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/YuriFox/AirKit.git",
"tag": "0.0.2.1"
},
"default_subspecs": "AssociableObjects",
"dependencies": {
"AirNetwork": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "AirKit/Sources/*.swift"
},
{
"name": "AssociableObjects",
"source_files": "AirKit/Sources/AssociatedObject/*.swift"
},
{
"name": "AirNetwork"
}
]
}