[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / 4 / 1 / PhobosSwiftAnimation / 0.1.1 / PhobosSwiftAnimation.podspec.json
blob9aecf3cecd2f28df9bfc905b1fe8d662374d2ae0
2   "name": "PhobosSwiftAnimation",
3   "version": "0.1.1",
4   "summary": "PhobosSwiftAnimation is a basic develop-kits for all the frameworks and apps.",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/restlesscode/phobos-swift",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Restless Developer": "developer@codebase.codes"
14   },
15   "source": {
16     "git": "https://github.com/restlesscode/phobos-swift.git",
17     "tag": "Animation-0.1.1"
18   },
19   "social_media_url": "https://twitter.com/CodesRestless",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "cocoapods_version": ">= 1.10.0",
24   "static_framework": false,
25   "prefix_header_file": false,
26   "source_files": "PhobosSwift/Animation/Classes/**/*.{swift,m,h}",
27   "preserve_paths": [
28     "PhobosSwift/Animation/README.md",
29     "PhobosSwift/Animation/CHANGELOG.md"
30   ],
31   "dependencies": {
32     "PhobosSwiftCore": [
33       "~> 0.1.1"
34     ],
35     "PhobosSwiftLog": [
36       "~> 0.1.1"
37     ]
38   },
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "source_files": "PhobosSwift/Animation/Tests/**/*.{swift,h,m}"
44     }
45   ],
46   "swift_version": "5.0"