blob: b69a1a59b91baba9e6e582e82351411629ce342b [file] [log] [blame]
{
"name": "POSNetworking",
"version": "3.0.1",
"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": "3.0.1"
},
"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": [
],
"ReactiveObjC": [
],
"POSErrorHandling": [
]
}
},
{
"name": "Testing",
"source_files": "Classes/Testing/**/*.{h,m}",
"dependencies": {
"POSNetworking/Networking": [
]
}
}
]
}