blob: 8fa7108d8dbf6e98c426b241351b6bd6af94a1e7 [file] [log] [blame]
{
"name": "InsightfulPager",
"version": "0.1.0",
"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.1.0"
},
"source_files": "InsightfulPager/**/*.{h,m}",
"public_header_files": "InsightfulPager/**/*.{h}",
"requires_arc": true
}