blob: 45dbb68e6062e5315506c4aa8a392994efdbf051 [file] [log] [blame]
{
"name": "HOPStrings",
"version": "0.1.1",
"summary": "A small library for making NSAttributedStrings.",
"description": " Set some default attributes, then chain HOPAttribute instances together to create your attributed string.\n",
"homepage": "https://github.com/timehop/HOPStrings",
"license": "MIT",
"authors": {
"Chris Trott": "chris@timehop.com"
},
"source": {
"git": "https://github.com/timehop/HOPStrings.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/twocentstudios",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HOPStrings": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}