[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 3 / a / libpd / 0.7.0 / libpd.podspec.json
blob7e6d6802f745c3e3d4c3df6dc4bea56b2433fa85
2   "name": "libpd",
3   "version": "0.7.0",
4   "license": {
5     "type": "Standard Improved BSD License",
6     "file": "License.txt"
7   },
8   "summary": "libpd turns Pd into an embeddable library, so you can use Pd as a sound engine in mobile phone apps, games, web pages, and art projects.",
9   "homepage": "http://libpd.cc/",
10   "authors": {
11     "Jasper Blues (spec maintainer only)": "jasper@appsquick.ly"
12   },
13   "source": {
14     "git": "https://github.com/libpd/libpd.git",
15     "tag": "0.7.0"
16   },
17   "source_files": [
18     "cpp/**/*.{hpp,cpp}",
19     "libpd_wrapper/**/*.{h,c}",
20     "objc/**/*.{h,m}",
21     "pure-data/src/**/*.{h,c}"
22   ],
23   "platforms": {
24     "ios": "5.0"
25   },
26   "requires_arc": false,
27   "frameworks": "Foundation",
28   "compiler_flags": "-w -DPD -DUSEAPI_DUMMY -DHAVE_LIBDL -DHAVE_UNISTD_H"