[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / 9 / MRDetectBpmOperation / 0.0.1 / MRDetectBpmOperation.podspec.json
blobc5d60c36f0da621b2e3c3ce9dd16ab86ad855a47
2   "name": "MRDetectBpmOperation",
3   "version": "0.0.1",
4   "summary": "Subclass of NSOperation for detecting BPM of an AVURLAsset.",
5   "description": "`MRDetectBpmOperation` is a concrete subclass of `NSOperation` that uses the **SoundTouch Audio Processing Library** for detecting BPM of a media resource.",
6   "homepage": "https://github.com/hectr/MRDetectBpmOperation",
7   "license": "MIT",
8   "authors": {
9     "hectr": "h@mrhector.me"
10   },
11   "source": {
12     "git": "https://github.com/hectr/MRDetectBpmOperation.git",
13     "tag": "0.0.1"
14   },
15   "social_media_url": "https://twitter.com/hectormarquesra",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Operation",
21   "subspecs": [
22     {
23       "name": "Operation",
24       "public_header_files": "MRDetectBpmOperation/*.h",
25       "source_files": "MRDetectBpmOperation",
26       "dependencies": {
27         "MROperation": [
28           "~> 0.0.1"
29         ],
30         "MRDetectBpmOperation/SoundTouch": [
32         ]
33       }
34     },
35     {
36       "name": "SoundTouch",
37       "public_header_files": "External/soundtouch-1.9.0/include/*.h",
38       "source_files": [
39         "External/soundtouch-1.9.0/include/",
40         "External/soundtouch-1.9.0/source/SoundTouch/"
41       ],
42       "xcconfig": {
43         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ANDROID=1 SOUNDTOUCH_INTEGER_SAMPLES=1"
44       }
45     }
46   ]