[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 9 / CocoaPodSample / 0.1.2 / CocoaPodSample.podspec.json
blob78e4774c60d0200656c85d6530be42c9e92396ee
2   "name": "CocoaPodSample",
3   "version": "0.1.2",
4   "summary": "Sample Project",
5   "homepage": "https://github.com/AriharanSL/CocoaPodSample",
6   "license": "MIT",
7   "authors": {
8     "Ariharan": "slariharan@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/AriharanSL/CocoaPodSample.git",
12     "tag": "0.1.2",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/ClassHeader.h",
20   "resource_bundles": {
21     "CocoaPodSample": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "Utilities",
28       "source_files": "Pod/Classes/ClassUtilities.{h,m}",
29       "public_header_files": "Pod/Classes/ClassUtilities.h"
30     }
31   ]