[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / f / 6 / FrameworkWithPods / 1.0.0 / FrameworkWithPods.podspec.json
blob37c1f5698c3e953a5f6f6fe787e125722ac65f18
2   "name": "FrameworkWithPods",
3   "version": "1.0.0",
4   "summary": "Trying out framework with pod dependency for platform project",
5   "description": "Trying out framework with pod dependency for platform project... This framework uses Afnetworking .. just stating to  add a long statement",
6   "homepage": "https://github.com/Nikita989/FrameworkWithPods",
7   "license": "MIT",
8   "authors": {
9     "Nikita989": "nikita.hn@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Nikita989/FrameworkWithPods.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "FrameworkWithPods/**/*.swift",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 4.0"
22     ],
23     "SDWebImage": [
25     ]
26   }