[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / 2 / b / c / DataBindTest / 0.0.4 / DataBindTest.podspec.json
bloba8fa675139b6729510ff4001f89155caab451e18
2   "name": "DataBindTest",
3   "version": "0.0.4",
4   "summary": "table view bind data",
5   "description": "讓 table view 的內容 bind 一個 array,修改array的內容,就會自動反映在 table view",
6   "homepage": "https://github.com/gevin/DataBindTest",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "GevinChen": "lowgoo@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/gevin/DataBindTest.git",
18     "tag": "master"
19   },
20   "source_files": "DataBind/*",
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "requires_arc": true