[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / e / 2 / Quizlet-iOS / 0.5.1 / Quizlet-iOS.podspec.json
blobe2f951f18f82624050bd2735baac5365ea97b2f0
2   "name": "Quizlet-iOS",
3   "version": "0.5.1",
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/Quizlet-iOS",
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/Quizlet-iOS.git",
18     "tag": "v0.5.1"
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