[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 1 / 0 / Maris / 1.2.3 / Maris.podspec.json
bloba3808bde3e814f95fb9ca0579e69399a8bc78ba7
2   "name": "Maris",
3   "version": "1.2.3",
4   "authors": {
5     "Scott Petit": "petit.scott@gmail.com"
6   },
7   "homepage": "https://github.com/ScottPetit/Maris",
8   "summary": "AFNetworking 2.0 and Mantle made easy",
9   "source": {
10     "git": "https://github.com/ScottPetit/Maris.git",
11     "tag": "v1.2.3"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "social_media_url": "https://twitter.com/scottpetit",
23   "dependencies": {
24     "Mantle": [
25       "~> 1.5.0"
26     ],
27     "AFNetworking/NSURLSession": [
28       "~> 2.5.0"
29     ]
30   },
31   "source_files": [
32     "Maris/Categories/*.{h,m}",
33     "Maris/Serializers/*.{h,m}",
34     "Maris/NSURLSession/*.{h,m}"
35   ]