blob: d86f90c06c4f87eb7b8306c6a28c95e26dcf3958 [file] [log] [blame]
{
"name": "AIAttributedString",
"version": "0.0.1",
"summary": "a custom attribute string category.",
"description": "a attribute string category used on iOS.",
"homepage": "https://github.com/oneofai/AIAttributedString",
"license": "MIT",
"authors": {
"oneofai": "holaux@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/oneofai/AIAttributedString.git",
"tag": "0.0.1"
},
"source_files": [
"AIAttributedString",
"AIAttributedString/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}