[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / a / 1 / StateView / 1.0 / StateView.podspec.json
blob2abf41e1a4621a8b485e15c100c6044b90e43503
2   "name": "StateView",
3   "version": "1.0",
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": "1.0"
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   }