[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / f / e / c / ACBestOfTheRest / 0.2 / ACBestOfTheRest.podspec.json
blob5478f1fea39ef671b81093d7bb8d7547f7ba0db0
2   "name": "ACBestOfTheRest",
3   "version": "0.2",
4   "summary": "With ACBestOfTheRest you can easily reflect JSON responses on UITableView or UICollectionView with no code.",
5   "description": "ACBestOfTheRest allows you to set up field names of JSON responses directly in the storyboard file and make everything working just with it. Drop BOTRTableView or BOTRCollectionView on the view of your UIViewController, specify API url path, API manager class, set fields and default values for BOTRLabel and BOTRImageView views and that's it. Really. No code, it's just working. ACBestOfTheRest is very light and agile, e.g. you can use convertors to format values of JSON responses, overridden methods to do extra thing and so on.",
6   "homepage": "https://github.com/AppCraft-LLC/ACBestOfTheRest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AppCraft LLC": "support@appcraft.pro"
13   },
14   "source": {
15     "git": "https://github.com/AppCraft-LLC/ACBestOfTheRest.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ACBestOfTheRest/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ]
26   }