blob: 767b37e2dafdb823a1768ced590e8ed94ad16501 [file] [log] [blame]
{
"name": "ARPopScrollController",
"version": "1.0.1",
"summary": "A beautiful page scroll controller class.",
"description": " ARPopScrollController allows you to present user with a beautiful horizontal scrolling interface of a collection of UIViews. The View is customizable according to your need. Supports all resolution iPhones and iPads.\n",
"homepage": "https://github.com/purushukla/ARPopScrollController.git",
"license": "MIT",
"authors": {
"Puru Shukla": "puru.raj20@gmail.com"
},
"source": {
"git": "https://github.com/purushukla/ARPopScrollController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"ARPopScrollController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}