blob: 96c0852e21416c78def67972c7303c8a5f5eda27 [file] [log] [blame]
{
"name": "Picky",
"version": "0.1.0",
"summary": "The Picky iOS SDK",
"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",
"homepage": "https://github.com/dancali/picky-ios",
"license": "MIT",
"authors": {
"Dan Calinescu": "hi@dancali.io"
},
"social_media_url": "http://twitter.com/idancali",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dancali/picky-ios.git",
"tag": "0.1.0"
},
"source_files": "PickyKit/**/*.{h,m}",
"public_header_files": "PickyKit/**/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}