[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 0 / 4 / ARSpeechActivity / 0.1.0 / ARSpeechActivity.podspec.json
blob8c7395d611106a8172686e7b8483e618823d8a4d
2   "name": "ARSpeechActivity",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "ARSpeechActivity is a UIActivity subclass that uses AVSpeechUtterance to read aloud the shared NSString.",
6   "homepage": "https://github.com/alexruperez/ARSpeechActivity",
7   "authors": {
8     "alexruperez": "contact@alexruperez.com"
9   },
10   "social_media_url": "https://twitter.com/alexruperez",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/alexruperez/ARSpeechActivity.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "ARSpeechActivity/*.{h,m}",
19   "resource_bundles": {
20     "ARSpeechActivity": [
21       "ARSpeechActivity/*.{png,lproj,strings}"
22     ]
23   },
24   "requires_arc": true,
25   "frameworks": "UIKit"