blob: 490f088e56fdf0c63791e783b299da0e299caf2c [file] [log] [blame]
{
"name": "InsightfulPager",
"version": "0.0.1",
"summary": "InsightfulPager is an alternative to UIPageViewController that fulfils a similar but provides more feedback.",
"homepage": "http://www.williamboles.me",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "William Boles",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wibosco/InsightfulPager.git",
"branch": "master",
"tag": "0.0.1"
},
"source_files": "InsightfulPager/**/*.{h,m}",
"public_header_files": "InsightfulPager/**/*.{h}",
"requires_arc": true
}