blob: 4ebcd6cbf9f238fb8e75b72328a2feac3e4844c7 [file] [log] [blame]
{
"name": "BNRDynamicTypeManager",
"version": "0.1.0",
"summary": "Library to help manage iOS 7's Dynamic Type",
"description": " BNRDynamicTypeManager is a collection of helper classes that\n make it easier to use Dynamic Type in iOS 7 applications.\n Most importantly, it handles listening for\n `UIContentSizeCategoryDidChangeNotification` and updating\n the fonts of all \"watched\" views automatically.\n",
"homepage": "https://github.com/bignerdranch/BNRDynamicTypeManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"John Gallagher": "jgallagher@bignerdranch.com"
},
"source": {
"git": "https://github.com/bignerdranch/BNRDynamicTypeManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "BNRDynamicTypeManager/Core/*.{h,m}"
},
{
"name": "Controls",
"dependencies": {
"BNRDynamicTypeManager/Core": [
]
},
"source_files": "BNRDynamicTypeManager/Controls/*.{h,m}"
}
]
}