[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / c / AWPagedArray_Pitometsu / 0.3.1 / AWPagedArray_Pitometsu.podspec.json
blob9d0c2132979e34c6da8e9c4d0a622e6e69584688
2   "name": "AWPagedArray_Pitometsu",
3   "version": "0.3.1",
4   "summary": "An Objective-C proxy class for creating paged arrays",
5   "description": "AWPagedArray is an Objective-C class which acts as an NSArray proxy\nfor easier paging mechanisms in UITableView's and UICollectionView's.",
6   "homepage": "https://github.com/MrAlek/AWPagedArray",
7   "authors": {
8     "Alek Åström": "hi@mralek.se"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/Pitometsu/AWPagedArray.git",
16     "tag": "0.3.1"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0",
22     "osx": "10.8"
23   },
24   "module_name": "AWPagedArray"