blob: b0c7bb4ad0c8a59598b95f4cc0d001ebb755ecdf [file] [log] [blame]
{
"name": "NSString+Helpers",
"version": "0.1.2",
"summary": "A category on NSString for validation and manipulation.",
"description": "A category on NSString that extends main class by adding methods for string's validation and manipulation.",
"homepage": "https://github.com/Bogdan-Stasjuk/NSString-Helpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Stasjuk": "Bogdan.Stasjuk@gmail.com"
},
"source": {
"git": "https://github.com/Bogdan-Stasjuk/NSString-Helpers.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/Bogdan_Stasjuk",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "NSString+Helpers/*.{h,m}",
"public_header_files": "NSString+Helpers/*.h"
}