CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | β | 
| LangLanguage | SwiftSwift | 
| License | MIT | 
| ReleasedLast Release | Dec 2017 | 
| SPMSupports SPM | β | 
Maintained by noppefoxwolf.
To run the example project, clone the repo, and run pod install from the Example directory first.
swift4.0
ios8.0~
TwitterQuery is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'TwitterQuery'let q = TwitterQuery(q: "γγ€γ")
          .and(q: "γγγγ")
          .from(screenName: "noppefoxwolf")
          .filter(kind: .images, inculde: true)
          .lang(code: .ja)
          .date(term: Term.until(date: Date()))
          .text
print(q)let q = TwitterQuery(q: "γγ€γ")
q.and(q: "γγγγ")
q.from(screenName: "noppefoxwolf")
q.filter(kind: .images, inculde: true)
q.lang(code: .ja)
q.date(term: Term.until(date: Date()))
print(q.text)TwitterQuery is available under the MIT license. See the LICENSE file for more info.