blob: 8c7395d611106a8172686e7b8483e618823d8a4d [file] [log] [blame]
{
"name": "ARSpeechActivity",
"version": "0.1.0",
"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.0"
},
"source_files": "ARSpeechActivity/*.{h,m}",
"resource_bundles": {
"ARSpeechActivity": [
"ARSpeechActivity/*.{png,lproj,strings}"
]
},
"requires_arc": true,
"frameworks": "UIKit"
}