[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / b / 9 / XLDataLoader / 1.0.0 / XLDataLoader.podspec.json
blobd7dbf825121a7f81b4ea0d7ccd29fdd0a79f07cf
2   "name": "XLDataLoader",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Flexible and powerful AFNetworking data loaders.",
6   "description": "                    Flexible solution for load async data using AFNetworking, cahing them on CoreData db and update either UITableView or UICollectionView based on core data updates.\n",
7   "homepage": "https://github.com/xmartlabs/XLDataLoader",
8   "authors": {
9     "Martin Barreto": "martin@xmartlabs.com",
10     "Miguel Revetria": "miguel@xmartlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/xmartlabs/XLDataLoader.git",
14     "tag": "v1.0.0"
15   },
16   "source_files": "XLDataLoader/XL/**/*.{h,m}",
17   "requires_arc": true,
18   "dependencies": {
19     "AFNetworking": [
20       "~> 2.0"
21     ]
22   },
23   "platforms": {
24     "ios": "7.0"
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "Foundation"
30     ]
31   }