[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / 1 / StateView / 0.1 / StateView.podspec.json
blobcf41a14c9d6fca96315fd1f0aa1543b7c0233f1c
2   "name": "StateView",
3   "version": "0.1",
4   "summary": "Automatically-updating views you can actually understand.",
5   "description": "Define once what your users should see when the data is one way or another and let StateView handle the rest. StateView will update only the parts of your UI that need updating whenever data changes, and you don't even need to refactor your app into a set of event streams. Write normal code and watch your view update itself.",
6   "homepage": "https://github.com/sahandnayebaziz/StateView",
7   "license": "MIT",
8   "authors": {
9     "sahandnayebaziz": "designedeverything@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/sahandnayebaziz/StateView.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://www.sahand.me",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "StateView/*.swift",
21   "dependencies": {
22     "SnapKit": [
24     ]
25   }