[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / 2 / Quizlet-iOS / 0.4 / Quizlet-iOS.podspec.json
blobe98e3e3b11783e7b203e2bdb35445813ed8f647d
2   "name": "Quizlet-iOS",
3   "version": "0.4",
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.4"
19   },
20   "source_files": [
21     "Classes",
22     "ios_quizlet_client/Sources/Quizlet/**/*.{h,m}"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.6.3"
27     ]
28   },
29   "requires_arc": true