[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 1 / Picky / 0.1.0 / Picky.podspec.json
blob96c0852e21416c78def67972c7303c8a5f5eda27
2   "name": "Picky",
3   "version": "0.1.0",
4   "summary": "The Picky iOS SDK",
5   "description": "\t\t   Picky is lightweight semantic text search engine. The Picky iOS SDK enables your iOS app to talk to a Picky server and to easily perform search operations.\n",
6   "homepage": "https://github.com/dancali/picky-ios",
7   "license": "MIT",
8   "authors": {
9     "Dan Calinescu": "hi@dancali.io"
10   },
11   "social_media_url": "http://twitter.com/idancali",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/dancali/picky-ios.git",
17     "tag": "0.1.0"
18   },
19   "source_files": "PickyKit/**/*.{h,m}",
20   "public_header_files": "PickyKit/**/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.0"
25     ]
26   }