blob: dfece6867204f9bc92829e58328b2f8198890e54 [file] [log] [blame]
{
"name": "NDDLazyString",
"version": "0.0.1",
"summary": "Allows for asynchronous, arbitrary order, string manipulation.",
"description": "Allows for asynchronous, arbitrary order, attributed string manipulation.",
"homepage": "https://github.com/keepingitneil/NDDLazyString",
"source": {
"git": "https://github.com/keepingitneil/NDDLazyString.git",
"tag": "0.0.1"
},
"license": "MIT",
"authors": {
"keepingitneil": "neildwyer1991@gmail.com"
},
"source_files": [
"NDDLazyString/Library",
"NDDLazyString/Library/**/*.{h,m}"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}