[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / f / 1 / NSDictionaryAsURLQuery / 0.1.0 / NSDictionaryAsURLQuery.podspec.json
blob9dcec8ca8b59e94c615f3481d2024548d2954571
2   "name": "NSDictionaryAsURLQuery",
3   "version": "0.1.0",
4   "summary": "URLQueryBuilder convert NSDictionary to URL query string.",
5   "homepage": "https://github.com/azu/NSDictionaryAsURLQuery",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "azu": "info@efcl.info"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/azu/NSDictionaryAsURLQuery.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "lib/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AZEncodeURIComponent": [
25     ]
26   }