[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / f / Blueprints / 0.4.1 / Blueprints.podspec.json
blob252180134ffaa0d7a8fc1b90d207a3a9f7b78035
2   "name": "Blueprints",
3   "summary": "A collection of flow layouts that is meant to make your life easier.",
4   "version": "0.4.1",
5   "homepage": "https://github.com/zenangst/Blueprints",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/Blueprints.git",
12     "tag": "0.4.1"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Sources/{iOS+tvOS,Shared}/**/*"
23   },
24   "tvos": {
25     "source_files": "Sources/{iOS+tvOS,Shared}/**/*"
26   },
27   "osx": {
28     "source_files": "Sources/{macOS,Shared}/**/*"
29   },
30   "watchos": {
31     "source_files": "Sources/{watchOS,Shared}/**/*"
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "4.0"
35   }