[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 3 / OCGStack / 0.0.1 / OCGStack.podspec.json
blobe9236074af8410b244e0b039ed774ae27dc2eead
2   "name": "OCGStack",
3   "version": "0.0.1",
4   "summary": "A simple Stack implementation using NSMutableArray",
5   "description": "Homemade Stack implementation using NSMutableArray in Objective-C.",
6   "homepage": "https://github.com/ocgungor/OCGStack",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Oguzhan Gungor",
12   "source": {
13     "git": "https://github.com/ocgungor/OCGStack.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "Classes",
18     "OCGStack/Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true,
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   }