[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 9 / MiniBond / 0.1.0 / MiniBond.podspec.json
blob94cd30fbf260f9dfef5207f9150b0ebf379a5f4b
2   "name": "MiniBond",
3   "version": "0.1.0",
4   "summary": "A very tiny toolkit for reactive programming in Swift.",
5   "description": "MiniBond make it easy to to implement reactive procedures. This library's main\nidea is came from SwiftBond. SwiftBond is a great library, but is too big\nfor me, so I created MiniBond that just solves simple problems.",
6   "homepage": "https://github.com/katryo/MiniBond",
7   "license": "MIT",
8   "authors": {
9     "Ryo Kato": "katoryo55@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/katryo/MiniBond.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/katryo",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.swift",
21   "resource_bundles": {
22     "MiniBond": [
24     ]
25   }