blob: 5dc8f54a969f3d2e7428979d0b95782878c20947 [file] [log] [blame]
{
"name": "GTMNSStringHTMLAdditions",
"version": "0.2.0",
"summary": "GTMNSStringHTMLAdditions contains Google Toolbox for Mac string methods",
"description": "Google Toolbox for Mac string categories. Some useful methods for dealing with HTML strings",
"homepage": "https://code.google.com/p/google-toolbox-for-mac/",
"license": "Apache",
"authors": {
"Gregory Jeckell": "gregory.jeckell@gmail.com"
},
"source": {
"git": "https://github.com/gjeck/GTMNSStringAdditions.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GTMNSStringHTMLAdditions": [
"Pod/Assets/*.png"
]
}
}