blob: 7fb6135067a12e4d5e20d00f66145ce617e95fcb [file] [log] [blame]
{
"name": "AFScrollView",
"version": "1.0",
"summary": "A lightweight UIScrollView block-driven subclass for easily create multiple pages with embedded UIViews",
"description": "A lightweight UIScrollView block-driven subclass for easily create multiple pages with embedded UIViews in Objective-C",
"homepage": "https://github.com/AlvaroFranco/AFScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alvaro Franco": "alvarofrancoayala@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/AlvaroFranco/AFScrollView.git",
"tag": "v1.0"
},
"source_files": [
"AFScrollView.h",
"AFScrollView.m"
],
"frameworks": "CoreText",
"requires_arc": true
}