[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 4 / AutoContentSizeScrollview / 1.0.0 / AutoContentSizeScrollview.podspec.json
blobc39c0ab08282ae96b53ed842c9ec02c2b15d4562
2   "name": "AutoContentSizeScrollview",
3   "version": "1.0.0",
4   "summary": "一行代码计算Scrollview的contentSize",
5   "description": "使用masnory或者相对布局,每次设置scrollview的contentSize都要从头算一遍,使用这个库,可以省去计算,自动帮助生成contentSize。暂时只支持纵向滑动。",
6   "homepage": "https://gitee.com/wangkaibo/AutoContentSizeScrollview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王凯博": "18346668775m0@sina.cn"
13   },
14   "source": {
15     "git": "https://gitee.com/wangkaibo/AutoContentSizeScrollview.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "http://www.cnblogs.com/block123/",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AutoContentSizeScrollview/Classes/**/*"