[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / 2 / IrohaSwift / 1.0.0 / IrohaSwift.podspec.json
blob842ebdd8315e6d0e1ac407627ae6f7bd597d5362
2   "name": "IrohaSwift",
3   "version": "1.0.0",
4   "summary": "Easy create signature of Iroha Blockchain",
5   "homepage": "http://www.soramitsu.co.jp/",
6   "license": "Apache License Version 2.0",
7   "authors": {
8     "Soramitsu Co., Ltd.": "info@soramitsu.co.jp"
9   },
10   "source": {
11     "git": "https://github.com/soramitsu/iroha-ios.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": [
18     "IrohaSwift/libs/*.{h,c}",
19     "IrohaSwift/*.{h,swift}"
20   ],
21   "public_header_files": "IrohaSwift/*.h",
22   "preserve_paths": "IrohaSwift/libs/module.modulemap",
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "$(SRCROOT)/**",
25     "LIBRARY_SEARCH_PATHS": "$(SRCROOT)/IrohaSwift/**"
26   },
27   "pushed_with_swift_version": "3.0"