[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / e / 2 / Quizlet-iOS / 0.5 / Quizlet-iOS.podspec.json
blobd0dea8e24fc5d7e2927c9ebe9803f03d1fa1905e
2   "name": "Quizlet-iOS",
3   "version": "0.5",
4   "summary": "iOS client for working with Quizlet API 2.0",
5   "description": "iOS client for working with Quizlet API 2.0\n\nThe Quizlet API lets developers interested in building study tools to interact with Quizlet's vast content database of over 1640 million flashcards. The Quizlet API lets you create, search, and modify flashcard sets and classes, and much more in your own application.",
6   "homepage": "https://github.com/maximbilan/ios_quizlet_client",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Maxim Bilan": "maximb.mail@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/maximbilan/ios_quizlet_client.git",
18     "tag": "v0.5"
19   },
20   "source_files": [
21     "Classes",
22     "ios_quizlet_client/Sources/Quizlet/**/*.{h,m}"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   },
29   "requires_arc": true