blob: e132f23ee762dcd056680b72e586d67c9c4777c8 [file] [log] [blame]
{
"name": "BonMot",
"version": "3.0.0.beta.2",
"summary": "An Objective-C attributed string generation library.",
"description": "BonMot removes all the mystery from creating beautiful, powerful attributed strings on iOS.",
"homepage": "https://github.com/Raizlabs/BonMot",
"license": "MIT",
"authors": {
"Zev Eisenberg": "zev.eisenberg@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/BonMot.git",
"tag": "3.0.0.beta.2"
},
"social_media_url": "https://twitter.com/ZevEisenberg",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"Pod",
"Pod/Classes/**/*"
],
"private_header_files": "Pod/Classes/*_Private.h"
},
{
"name": "UIKit",
"source_files": [
"Pod/UIKit",
"Pod/UIKit/Classes/**/*"
],
"dependencies": {
"BonMot/Core": [
]
}
}
]
}