[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 8 / b / SLParser / 0.0.1 / SLParser.podspec.json
blob86e860fad30ace5b1daf618ce6c31ec9c021567d
2   "name": "SLParser",
3   "authors": "Serhii Londar",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/serhii-londar/slparser.git",
8   "version": "0.0.1",
9   "summary": "Json to model parser for iOS and OS X implemented with Runtime",
10   "source": {
11     "git": "https://github.com/serhii-londar/slparser.git",
12     "tag": "0.0.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "SLParser/Source/**/*.{h,m}"
23     }
24   ]