[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 8 / d / APAsyncDictionary / 0.0.4 / APAsyncDictionary.podspec.json
blobf0538dd0a4fac2b93bb1032103de97260cc8ec78
2   "name": "APAsyncDictionary",
3   "version": "0.0.4",
4   "summary": "Thread safe wrapper to NSMutableDictionary for asynchronous access by @Alterplay folks.",
5   "homepage": "https://github.com/Alterplay/APAsyncDictionary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Alexey Belkevich": "alexey.belkevich@alterplay.com"
12   },
13   "source": {
14     "git": "https://github.com/Alterplay/APAsyncDictionary.git",
15     "tag": "0.0.4"
16   },
17   "source_files": "Classes/**/*.{h,m}",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "requires_arc": true