blob: a2e78e0ea5af5f779657d1cc28c125955c1cb040 [file] [log] [blame]
{
"name": "DrawCircleFrame",
"version": "1.2",
"summary": "Text highlighting via drawing circle around it",
"homepage": "http://appunite.com/",
"license": "Apache 2.0",
"authors": {
"natalia.osiecka": "osiecka.n@gmail.com"
},
"source": {
"git": "https://github.com/natalia-osa/DrawCircleFrame.git",
"tag": "1.2"
},
"requires_arc": true,
"platforms": {
"ios": "5.1.1"
},
"source_files": "DrawCircleFrame/DrawCircleFrame/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"NOCategories": [
]
}
}
]
}