Latest | 0.0.4 |
---|---|
Homepage | https://github.com/Indatus/INDObjCTwiMLWriter |
License | MIT |
Authors | , |
Usage
To run the example project; clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
INDObjCTwiMLWriter is available through CocoaPods, to install
it simply add the following line to your Podfile:
pod "INDObjCTwiMLWriter"
Authors
Jeff Trespalacios, [email protected]
Jeff Styles, [email protected]
License
INDObjCTwiMLWriter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "INDObjCTwiMLWriter", "version": "0.0.4", "summary": "A TwiML generator library in Objective-C.", "homepage": "https://github.com/Indatus/INDObjCTwiMLWriter", "license": "MIT", "authors": { "Jeff Trespalacios": "[email protected]", "Jeff Styles": "[email protected]" }, "source": { "git": "https://github.com/Indatus/INDObjCTwiMLWriter.git", "tag": "0.0.4" }, "requires_arc": true, "source_files": [ "INDObjCTwiMLWriter/models/*.{h,m}", "INDObjCTwiMLWriter/utilities/*.{h,m}" ], "public_header_files": [ "INDObjCTwiMLWriter/models/*.h", "INDObjCTwiMLWriter/utilities/*.h" ] }
Tue, 01 Mar 2016 01:59:02 +0000