[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 9 / Sift / 1.0.0 / Sift.podspec.json
blob30bee21f8a61d32d2dd4e948609de42a065367ea
2   "name": "Sift",
3   "version": "1.0.0",
4   "authors": "Sift Science",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/SiftScience/sift-ios",
10   "source": {
11     "git": "https://github.com/SiftScience/sift-ios.git",
12     "tag": "v1.0.0"
13   },
14   "summary": "Machine learning fraud detection and prevention",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "ios": {
19     "frameworks": [
20       "CoreLocation",
21       "CoreMotion",
22       "CoreTelephony",
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "source_files": [
28     "Sift/*.{h,m}",
29     "Sift/Vendor/*.{h,m}"
30   ],
31   "public_header_files": [
32     "Sift/SFCompatibility.h",
33     "Sift/SFEvent.h",
34     "Sift/SFQueueConfig.h",
35     "Sift/Sift.h"
36   ]