blob: a36c6278dfb9ea90f6c0e8e4fccc38d63f270fa8 [file] [log] [blame]
{
"name": "AirKit",
"version": "0.0.2.a",
"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.a"
},
"default_subspecs": "AssociableObjects",
"dependencies": {
"AirNetwork": [
]
},
"subspecs": [
{
"name": "AssociableObjects",
"source_files": "AirKit/Sources/*.swift"
},
{
"name": "AirNetwork"
}
]
}