[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 7 / SurveyNative / 0.2.0 / SurveyNative.podspec.json
blobfee4849a3f1277e01c556e66db978ed88f070b53
2   "name": "SurveyNative",
3   "version": "0.2.0",
4   "summary": "SurveyNative is a library for creating surveys.",
5   "description": "Supports many question types and the ability to skip questions.  The question data is provided as JSON.",
6   "homepage": "https://github.com/recoveryrecord/SurveyNative",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nmullaney": "nora.mullaney@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/recoveryrecord/SurveyNative.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "SurveyNative/Classes/**/*",
23   "resource_bundles": {
24     "SurveyNative": [
25       "SurveyNative/Assets/*.png",
26       "SurveyNative/**/*.xib"
27     ]
28   }