blob: a691fc44b739da7bc6959650970be2c8f11a7b61 [file] [log] [blame]
{
"name": "WebServiceRAC",
"version": "0.1.2",
"summary": "WebService wrapper with local cache for the Reactive world of Cocoa",
"description": "WebService wrapper using JSON format with a Reactive implementation,\nusing a local cache mechanism.\nOriginally intended to be an easy to use solution with a Ruby on Rails back-end.",
"homepage": "https://github.com/BPerlakiH/WebServiceRAC",
"license": "MIT",
"authors": "BPH",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BPerlakiH/WebServiceRAC.git",
"tag": "0.1.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
}
}