blob: 4be68c9075c4e155863ac8bc9ba21f3fbe075ab0 [file] [log] [blame]
{
"name": "AirKit",
"version": "0.0.2.2",
"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.2"
},
"default_subspecs": "AssociableObjects",
"subspecs": [
{
"name": "Core",
"source_files": "AirKit/Sources/*.swift"
},
{
"name": "AssociableObjects",
"source_files": "AirKit/Sources/AssociatedObject/*.swift"
},
{
"name": "AirNetwork",
"dependencies": {
"AirNetwork": [
]
}
}
]
}