[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / e / c / IDPCastable / 0.1.2 / IDPCastable.podspec.json
blobf7abb2b978ff4ba10076429eb5d2f64705e9f73a
2   "name": "IDPCastable",
3   "version": "0.1.2",
4   "summary": "Chainable Swift typecasting",
5   "description": "IDPCastable is a chainable casting type used to avoid excessive iflets and guards, whe you are working with multiple unrelated types expected under a single variable.",
6   "homepage": "https://github.com/idapgroup/IDPCastable",
7   "license": {
8     "type": "New BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "IDAP Group": "admin@idapgroup.com"
13   },
14   "source": {
15     "git": "https://github.com/idapgroup/IDPCastable.git",
16     "tag": "0.1.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "header_mappings_dir": "Source",
25   "source_files": "Source/**/*.{swift,h,m,c,cpp}",
26   "pushed_with_swift_version": "3.0"