blob: f275e83ce4a6e5817468d98d966ea11d2e1817e5 [file] [log] [blame]
{
"name": "WebServiceRAC",
"version": "0.0.9",
"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.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.3"
]
}
}