[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 7 / 2 / c / EffectiveSwift / 0.9.1 / EffectiveSwift.podspec.json
blobc9a5e1e2f8587851121f82a965fbb3205e08d6f8
2   "name": "EffectiveSwift",
3   "version": "0.9.1",
4   "summary": "Some useful extension for Swift",
5   "homepage": "https://github.com/mikezone/EffectiveSwift",
6   "license": "GPL-3.0",
7   "authors": {
8     "Mike": "82643885@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/mikezone/EffectiveSwift.git",
15     "tag": "0.9.1"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit",
20     "CoreGraphics"
21   ],
22   "requires_arc": true,
23   "libraries": "z",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   },
27   "pushed_with_swift_version": "3.0",
28   "subspecs": [
29     {
30       "name": "Extension",
31       "source_files": "EffectiveSwift/Extension/**/*.swift",
32       "preserve_paths": "modulemapFiles/**/*",
33       "pod_target_xcconfig": {
34         "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/EffectiveSwift/modulemapFiles/iphoneos",
35         "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/EffectiveSwift/modulemapFiles/iphonesimulator"
36       }
37     },
38     {
39       "name": "Classes",
40       "source_files": "EffectiveSwift/Classes/*.swift"
41     }
42   ]