[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / b / AlamofireCoreData / 2.0.0 / AlamofireCoreData.podspec.json
blob875c70ad63a6d00ec3a0dbc6d8ff18b372816706
2   "name": "AlamofireCoreData",
3   "version": "2.0.0",
4   "summary": "A nice Alamofire serializer that convert JSON into NSManagedObject instances.",
5   "description": "A nice Alamofire serializer that convert JSON into NSManagedObject instances using Groot.",
6   "homepage": "https://github.com/ManueGE/AlamofireCoreData/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/AlamofireCoreData.git",
15     "tag": "2.0.0"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "Alamofire": [
20       "~> 4.7"
21     ],
22     "Groot": [
23       "~> 3.0"
24     ]
25   },
26   "source_files": "AlamofireCoreData/source/**/*.{swift}",
27   "frameworks": "CoreData"