blob: 34ad9630ffbb23c37a50eb92c046092f83977411 [file] [log] [blame]
{
"name": "ARSpeechActivity",
"version": "0.1.1",
"license": "MIT",
"summary": "ARSpeechActivity is a UIActivity subclass that uses AVSpeechUtterance to read aloud the shared NSString.",
"homepage": "https://github.com/alexruperez/ARSpeechActivity",
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/alexruperez/ARSpeechActivity.git",
"tag": "0.1.1"
},
"source_files": "ARSpeechActivity/*.{h,m}",
"resources": "ARSpeechActivity/*.{png,lproj}",
"requires_arc": true,
"frameworks": "UIKit"
}