[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 2 / Quizlet-iOS / 0.2 / Quizlet-iOS.podspec.json
blob42414d434d2a6fac8155ce8dc090e38d261df34d
2   "name": "Quizlet-iOS",
3   "version": "0.2",
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.2"
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