blob: 728217810c3cbc0dfa0a480457dd301d7eeeaf3b [file] [log] [blame]
{
"name": "TRVoice2Word",
"version": "0.0.1",
"summary": "fork fro TRVoice2Word",
"description": "A longer description of TRSECoreTextView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "http://lijinchao.sinaapp.com",
"license": "MIT",
"authors": {
"ljc": "lijinchao2007@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PodRepo/TRVoice2Word.git",
"tag": "0.0.1"
},
"source_files": "Classes/TRVoice2Word/*.{h,m}",
"exclude_files": "Classes/Exclude",
"private_header_files": "Classes/TRVoice2Word/IATConfig.h",
"vendored_frameworks": "Classes/**/*.{framework}",
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"AddressBook"
],
"libraries": "z",
"requires_arc": true
}