blob: 4bee436a84898d777a3431b30a0a828d57957fd3 [file] [log] [blame]
{
"name": "AKAttributedString",
"version": "1.0.0",
"license": "MIT",
"summary": "An easy way to create NSAttributedString instance without NSAttributedStringKey.",
"homepage": "https://github.com/adlerkismet/AKAttributedString",
"source": {
"git": "https://github.com/adlerkismet/AKAttributedString.git",
"tag": "1.0.0"
},
"source_files": "AKAttributedString/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"BY": "sckismet07@gmail.com"
},
"social_media_url": "http://kisscu.com/"
}