[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 0 / 1 / AFScrollView / 1.0 / AFScrollView.podspec.json
blob7fb6135067a12e4d5e20d00f66145ce617e95fcb
2   "name": "AFScrollView",
3   "version": "1.0",
4   "summary": "A lightweight UIScrollView block-driven subclass for easily create multiple pages with embedded UIViews",
5   "description": "A lightweight UIScrollView block-driven subclass for easily create multiple pages with embedded UIViews in Objective-C",
6   "homepage": "https://github.com/AlvaroFranco/AFScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alvaro Franco": "alvarofrancoayala@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/AlvaroFranco/AFScrollView.git",
19     "tag": "v1.0"
20   },
21   "source_files": [
22     "AFScrollView.h",
23     "AFScrollView.m"
24   ],
25   "frameworks": "CoreText",
26   "requires_arc": true