blob: 2f302c01de8c74f226d63db23239ef04add67cbb [file] [log] [blame]
{
"name": "POSNetworking",
"version": "2.0.0",
"license": "MIT",
"summary": "Reactive network components which are made in compliance with Schedulable Architecture design pattern.",
"homepage": "https://github.com/pavelosipov/POSNetworking",
"authors": {
"Pavel Osipov": "posipov84@gmail.com"
},
"source": {
"git": "https://github.com/pavelosipov/POSNetworking.git",
"tag": "2.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Networking",
"resource_bundles": {
"POSNetworking-Resources": [
"Resources/*.lproj"
]
},
"preserve_paths": "Resources",
"subspecs": [
{
"name": "Networking",
"source_files": "Classes/Networking/**/*.{h,m}",
"dependencies": {
"POSScheduling": [
]
}
},
{
"name": "Testing",
"source_files": "Classes/Testing/**/*.{h,m}",
"dependencies": {
"POSNetworking/Networking": [
]
}
}
]
}