[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 1 / c / ReactiveSprint / 0.1.0 / ReactiveSprint.podspec.json
blob069d67fa469f50e5744eaedc78eaa3edb6ec2d16
2   "name": "ReactiveSprint",
3   "version": "0.1.0",
4   "summary": "ReactiveSprint aims to speed up development by implementing MVVM pattern.",
5   "description": "ReactiveSprint (RSP) is a framework which provides API for developing apps with MVVM",
6   "homepage": "https://github.com/ReactiveSprint/RsCocoa",
7   "license": "MIT",
8   "authors": {
9     "Ahmad Baraka": "ah-baraka@live.com"
10   },
11   "source": {
12     "git": "https://github.com/ReactiveSprint/RsCocoa.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ReactiveSprint": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "ReactiveCocoa": [
27       "~> 4.1"
28     ]
29   }