[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 9 / 4 / TRAutocompleteView / 1.1 / TRAutocompleteView.podspec.json
blob9398363d5a483868300a957297a78a134de020e2
2   "name": "TRAutocompleteView",
3   "version": "1.1",
4   "summary": "Flexible and highly configurable auto complete view, attachable to any UITextField.",
5   "homepage": "https://github.com/TarasRoshko/TRAutocompleteView",
6   "license": "FreeBSD",
7   "authors": {
8     "Taras Roshko": "taras.roshko@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/TarasRoshko/TRAutocompleteView.git",
12     "tag": "v1.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "src",
18   "requires_arc": true,
19   "frameworks": "CoreLocation",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.3.0"
23     ]
24   }