2 "name": "MRDetectBpmOperation",
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",
9 "hectr": "h@mrhector.me"
12 "git": "https://github.com/hectr/MRDetectBpmOperation.git",
15 "social_media_url": "https://twitter.com/hectormarquesra",
20 "default_subspecs": "Operation",
24 "public_header_files": "MRDetectBpmOperation/*.h",
25 "source_files": "MRDetectBpmOperation",
30 "MRDetectBpmOperation/SoundTouch": [
37 "public_header_files": "External/soundtouch-1.9.0/include/*.h",
39 "External/soundtouch-1.9.0/include/",
40 "External/soundtouch-1.9.0/source/SoundTouch/"
43 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ANDROID=1 SOUNDTOUCH_INTEGER_SAMPLES=1"