[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / b / 4 / PianoComposer / 2.4.1 / PianoComposer.podspec.json
blobc7a8371e84f0e62fbab4c19b1d38400dda8e14d2
2   "name": "PianoComposer",
3   "version": "2.4.1",
4   "swift_versions": "5.0",
5   "summary": "Enables iOS apps to use mobile composer by Piano.io",
6   "homepage": "https://github.com/tinypass/piano-sdk-for-ios",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Piano Inc.",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/tinypass/piano-sdk-for-ios.git",
17     "tag": "2.4.1"
18   },
19   "resources": "Sources/Composer/Composer/Resources/*.png",
20   "source_files": [
21     "Sources/Common/*.swift",
22     "Sources/Composer/Composer/**/*.swift",
23     "Sources/Composer/Composer/**/*.h"
24   ],
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "swift_version": "5.0"