[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 5 / 9 / Configurist / 0.1.3 / Configurist.podspec.json
blob99f3da957808a47d2738ebe48539ba5cd0896ab7
2   "name": "Configurist",
3   "version": "0.1.3",
4   "summary": "Loading configs in swift.",
5   "description": "Swift wrapper for loading configurations from JSON and PLIST files.",
6   "homepage": "https://github.com/alyona-bachurina/Configurist",
7   "license": "MIT",
8   "authors": {
9     "Alyona": "a.bachurina@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/alyona-bachurina/Configurist.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "ENABLE_TESTABILITY": "YES",
21     "SWIFT_VERSION": "3.0"
22   },
23   "source_files": "Pod/Classes/**/*"