[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 2 / a / AKSamplePod / 0.1.1 / AKSamplePod.podspec.json
blob8de8c1a42c45171f127ad5135301871be053771a
2   "name": "AKSamplePod",
3   "version": "0.1.1",
4   "summary": "This is a sample.",
5   "description": "This is another sample for cocoapods creation",
6   "homepage": "https://github.com/ashishke2m/AKSamplePod",
7   "license": "MIT",
8   "authors": {
9     "ashishke2m": "ashishk@e2msolutions.com"
10   },
11   "source": {
12     "git": "https://github.com/ashishke2m/AKSamplePod.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AKSamplePod": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ],
29     "MBProgressHUD": [
30       "~> 0.9.2"
31     ]
32   }